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