Skip to main content

execute_postgres_sql_in_schema

Function execute_postgres_sql_in_schema 

Source
pub async fn execute_postgres_sql_in_schema(
    pool: &PgPool,
    query: &str,
    schema_name: &str,
) -> Result<PostgresSqlExecutionResult, Error>