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