create_db_from_template

Function create_db_from_template 

Source
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