Skip to main content

execute_postgres_sql

Function execute_postgres_sql 

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