Skip to main content

validate_postgres_in_schema

Function validate_postgres_in_schema 

Source
pub async fn validate_postgres_in_schema(
    client: &Client,
    schema: &str,
) -> Result<PostgresValidation, MigrationError>