Skip to main content

execute_postgres_sql_script

Function execute_postgres_sql_script 

Source
pub async fn execute_postgres_sql_script(
    pool: &PgPool,
    query: &str,
    mode: PostgresSqlTransactionMode,
    schema_name: Option<&str>,
) -> Result<PostgresSqlScriptExecutionResult, PostgresSqlScriptError>