module documentation

Undocumented

Function generate_driver_url Undocumented
Function stop_test_class_outside_fixtures Undocumented
Function _drop_dbs_w_ident Undocumented
Function _format_url given a sqlite url + desired driver + ident, make a canonical URL out of it
Function _reap_sqlite_dbs Undocumented
Function _sqlite_create_db Undocumented
Function _sqlite_drop_db Undocumented
Function _sqlite_follower_url_from_main Undocumented
Function _sqlite_post_configure_engine Undocumented
Function _sqlite_temp_table_keyword_args Undocumented
Function _upsert Undocumented
Variable _drivernames Undocumented
@generate_driver_url.for_db('sqlite')
def generate_driver_url(url, driver, query_str): (source)

Undocumented

@stop_test_class_outside_fixtures.for_db('sqlite')
def stop_test_class_outside_fixtures(config, db, cls): (source)

Undocumented

def _drop_dbs_w_ident(databasename, driver, ident): (source)

Undocumented

def _format_url(url, driver, ident): (source)

given a sqlite url + desired driver + ident, make a canonical URL out of it

@run_reap_dbs.for_db('sqlite')
def _reap_sqlite_dbs(url, idents): (source)

Undocumented

@create_db.for_db('sqlite')
def _sqlite_create_db(cfg, eng, ident): (source)

Undocumented

@drop_db.for_db('sqlite')
def _sqlite_drop_db(cfg, eng, ident): (source)

Undocumented

@follower_url_from_main.for_db('sqlite')
def _sqlite_follower_url_from_main(url, ident): (source)

Undocumented

@post_configure_engine.for_db('sqlite')
def _sqlite_post_configure_engine(url, engine, follower_ident): (source)

Undocumented

@temp_table_keyword_args.for_db('sqlite')
def _sqlite_temp_table_keyword_args(cfg, eng): (source)

Undocumented

@upsert.for_db('sqlite')
def _upsert(cfg, table, returning, set_lambda=None): (source)

Undocumented

_drivernames: set[str] = (source)

Undocumented