Skip to main content

check_database_exists

Function check_database_exists 

Source
pub async fn check_database_exists(
    db: &Pool<Postgres>,
    db_name: &str,
) -> Result<bool, Error>
Expand description

Check if a database with the provided db_name exists