pub async fn query_set_database<S>(
    db_connection: &DatabaseConnection,
    name: &S
) -> Result<()>where
    S: Display,