Function parse_yaml_database

Source
pub async fn parse_yaml_database(
    path: &Path,
) -> Result<(Database, Option<AuthConfig>)>