Skip to main content

check_database_role_exists

Function check_database_role_exists 

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

Check if a database role with the provided role_name exists