Function is_valid_postgres_configuration

Source
pub async fn is_valid_postgres_configuration(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<bool, Error<IsValidPostgresConfigurationError>>