Skip to main content

export_pg_schema

Function export_pg_schema 

Source
pub async fn export_pg_schema(
    configuration: &Configuration,
    workspace: &str,
    export_pg_schema_request: ExportPgSchemaRequest,
) -> Result<String, Error<ExportPgSchemaError>>