module documentation

Undocumented

Function ​_pg​_create​_db Undocumented
Function ​_pg​_drop​_db Undocumented
Function ​_postgresql​_set​_default​_schema​_on​_connection Undocumented
Function ​_postgresql​_temp​_table​_keyword​_args Undocumented
Function drop​_all​_schema​_objects​_post​_tables Undocumented
Function drop​_all​_schema​_objects​_pre​_tables Undocumented
Function prepare​_for​_drop​_tables Ensure there are no locks on the current username/database.
@create_db.for_db('postgresql')
def _pg_create_db(cfg, eng, ident):

Undocumented

@drop_db.for_db('postgresql')
def _pg_drop_db(cfg, eng, ident):

Undocumented

@set_default_schema_on_connection.for_db('postgresql')
def _postgresql_set_default_schema_on_connection(cfg, dbapi_connection, schema_name):

Undocumented

@temp_table_keyword_args.for_db('postgresql')
def _postgresql_temp_table_keyword_args(cfg, eng):

Undocumented

@drop_all_schema_objects_post_tables.for_db('postgresql')
def drop_all_schema_objects_post_tables(cfg, eng):

Undocumented

@drop_all_schema_objects_pre_tables.for_db('postgresql')
def drop_all_schema_objects_pre_tables(cfg, eng):

Undocumented

@prepare_for_drop_tables.for_db('postgresql')
def prepare_for_drop_tables(config, connection):
Ensure there are no locks on the current username/database.