check_database_role_exists

Function check_database_role_exists 

Source
pub async fn check_database_role_exists(
    db: &DbPool,
    role_name: &str,
) -> DbResult<bool>
Expand description

Check if a database role with the provided role_name exists