Lines Matching full:database
7 """Helpers to load database settings.
10 which always must be the global database, a readonly connection to the
11 global database, and a connection to server database).
14 desired database type, should be obtained from the setting with the next lower
20 server database setting falls back to local database setting. That is, if
23 In case an instance is running on a shard, a global database must explicitly
110 """Retrieves a config value for the specified key for server database.
143 'NAME': getter('database'),
157 """Returns settings for the global database as required by django.
165 """Returns settings for the default/local database as required by django.
173 """Returns settings for the readonly database as required by django.
181 """Returns settings for the server database as required by django.