MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _sqlite_drop_db

Function _sqlite_drop_db

lib/sqlalchemy/dialects/sqlite/provision.py:175–176  ·  view source on GitHub ↗
(cfg, eng, ident)

Source from the content-addressed store, hash-verified

173
174@drop_db.for_db("sqlite")
175def _sqlite_drop_db(cfg, eng, ident):
176 _drop_dbs_w_ident(eng.url.database, eng.driver, ident)
177
178
179def _drop_dbs_w_ident(databasename, driver, ident):

Callers

nothing calls this directly

Calls 1

_drop_dbs_w_identFunction · 0.85

Tested by

no test coverage detected