MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / create_follower_db

Function create_follower_db

lib/sqlalchemy/testing/provision.py:75–78  ·  view source on GitHub ↗
(follower_ident)

Source from the content-addressed store, hash-verified

73
74
75def create_follower_db(follower_ident):
76 for cfg in _configs_for_db_operation():
77 log.info("CREATE database %s, URI %r", follower_ident, cfg.db.url)
78 create_db(cfg, cfg.db, follower_ident)
79
80
81def setup_config(db_url, options, file_config, follower_ident):

Callers

nothing calls this directly

Calls 3

create_dbFunction · 0.85
infoMethod · 0.45

Tested by

no test coverage detected