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