pub async fn create_db_from_template(
conn: PgConnection,
template_db_name: &str,
module_path: &str,
) -> Result<(String, PgConnection), Error>Expand description
Creates a new database from a template
pub async fn create_db_from_template(
conn: PgConnection,
template_db_name: &str,
module_path: &str,
) -> Result<(String, PgConnection), Error>Creates a new database from a template