orville-postgresql-1.0.0.0: A Haskell library for PostgreSQL
CopyrightFlipstone Technology Partners 2023
LicenseMIT
StabilityStable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Orville.PostgreSQL.Execution

Description

You can import Orville.PostgreSQL.Execution to get access to all the execution-related functions and types exported by the modules below. This includes a number of lower-level items not exported by Orville.PostgreSQL that give you more control (and therefore responsibility) over how the SQL is executed.

Since: 1.0.0.0

Synopsis

High-level modules for most common tasks

Mid-level modules with more flexibility for handling less common queries

Low-level modules for executing and decoding SQL expressions yourself