module documentation

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.
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 _upsert Undocumented
@drop_all_schema_objects_post_tables.for_db('postgresql')
def drop_all_schema_objects_post_tables(cfg, eng): (source)

Undocumented

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

Undocumented

@prepare_for_drop_tables.for_db('postgresql')
def prepare_for_drop_tables(config, connection): (source)

Ensure there are no locks on the current username/database.

@create_db.for_db('postgresql')
def _pg_create_db(cfg, eng, ident): (source)

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented