Function verify_db_creds

Source
pub async fn verify_db_creds(
    ds: &Datastore,
    ns: &str,
    db: &str,
    user: &str,
    pass: &str,
) -> Result<DefineUserStatement, Error>