query_create_random_database

Function query_create_random_database 

Source
pub async fn query_create_random_database(
    db_connection: &DatabaseConnection,
) -> Result<String>
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.