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.