pub async fn check_database_exists(db: &DbPool, db_name: &str) -> DbResult<bool>
Check if a database with the provided db_name exists
db_name