MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / drop_follower_db

Function drop_follower_db

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

Source from the content-addressed store, hash-verified

110
111
112def drop_follower_db(follower_ident):
113 for cfg in _configs_for_db_operation():
114 log.info("DROP database %s, URI %r", follower_ident, cfg.db.url)
115 drop_db(cfg, cfg.db, follower_ident)
116
117
118def generate_db_urls(db_urls, extra_drivers):

Callers

nothing calls this directly

Calls 3

drop_dbFunction · 0.85
infoMethod · 0.45

Tested by

no test coverage detected