MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:postgresql-binary-0.15.0.1@sha256:87408d09f3a0328067c698041ddcc6e1376cacbad3ed5b5337720ace019cd41b,3889

Module documentation for 0.15.0.1

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.15

Breaking Changes

  • Made the Composite decoder check for exact field count match
  • Dropped the Monad and MonadFail instances for it

0.14

  • Moved to “iproute” from “network-ip” for inet datatypes

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.