unsafe_database_exists

Function unsafe_database_exists 

Source
pub(super) async fn unsafe_database_exists(
    database_name: &str,
    connection: &mut MySqlConnection,
) -> Result<bool, Error>