postgresql-binary

Encoders and decoders for the PostgreSQL's binary format

https://github.com/nikita-volkov/postgresql-binary

Version on this page:0.13.1.2
LTS Haskell 22.21:0.13.1.3
Stackage Nightly 2024-05-06:0.13.1.3
Latest on Hackage:0.13.1.3

See all snapshots postgresql-binary appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:postgresql-binary-0.13.1.2@sha256:25fd4f706c69e00987a7634c3698f30f7da3cb5ebe200bd60a184b7ceffc6c03,4037

Module documentation for 0.13.1.2

An API for dealing with PostgreSQL's binary data format. . It can be used to implement performant bindings to Postgres. E.g., hasql is based on this library. . It supports all Postgres versions starting from 8.3 and is tested against 8.3, 9.3 and 9.5 with the integer_datetimes setting off and on.

Changes

0.13

  • Removed PostgreSQL.Binary.Data. Because it was causing Haddock in the dependant packages to unpredictably redirect to it instead of the original location regardless of whether they were imported from it.