check_database_exists

Function check_database_exists 

Source
pub async fn check_database_exists(db: &DbPool, db_name: &str) -> DbResult<bool>
Expand description

Check if a database with the provided db_name exists