Drop a database that we dynamically created for testing.
(cfg, eng, ident)
| 374 | |
| 375 | @register.init |
| 376 | def drop_db(cfg, eng, ident): |
| 377 | """Drop a database that we dynamically created for testing.""" |
| 378 | raise NotImplementedError("no DB drop routine for cfg: %s" % (eng.url,)) |
| 379 | |
| 380 | |
| 381 | def _adapt_update_db_opts(fn): |