module documentation

Undocumented

Function ​_mysql​_configure​_follower Undocumented
Function ​_mysql​_create​_db Undocumented
Function ​_mysql​_drop​_db Undocumented
Function ​_mysql​_temp​_table​_keyword​_args Undocumented
Function generate​_driver​_url Undocumented
@configure_follower.for_db('mysql', 'mariadb')
def _mysql_configure_follower(config, ident):

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

@generate_driver_url.for_db('mysql', 'mariadb')
def generate_driver_url(url, driver, query_str):

Undocumented