pub async fn query_create_random_database_from_template<T>(
db_connection: &DatabaseConnection,
template_name: &T,
) -> Result<String>where
T: Display,Expand description
Runs a query which will create a new database with a randomly generated name. The name of this new database will be returned.