module documentation

Undocumented

Function generate_driver_url Undocumented
Function _mysql_configure_follower Undocumented
Function _mysql_create_db Undocumented
Function _mysql_drop_db Undocumented
Function _mysql_temp_table_keyword_args Undocumented
Function _upsert Undocumented
@generate_driver_url.for_db('mysql', 'mariadb')
def generate_driver_url(url, driver, query_str): (source)

Undocumented

@configure_follower.for_db('mysql', 'mariadb')
def _mysql_configure_follower(config, ident): (source)

Undocumented

@create_db.for_db('mysql', 'mariadb')
def _mysql_create_db(cfg, eng, ident): (source)

Undocumented

@drop_db.for_db('mysql', 'mariadb')
def _mysql_drop_db(cfg, eng, ident): (source)

Undocumented

@temp_table_keyword_args.for_db('mysql', 'mariadb')
def _mysql_temp_table_keyword_args(cfg, eng): (source)

Undocumented

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

Undocumented