Description
Provides low-level Haskell bindings to libpq, PostgreSQL's native client library. This gives code direct access to PostgreSQL connection and query behavior close to the C API.
It is useful for database libraries, custom clients, drivers, and tools that need detailed PostgreSQL control. It is a developer library and does not include a database administration interface.