@hackage postgresql-binary0.3.0

Encoders and decoders for the PostgreSQL's binary format

An API for dealing with PostgreSQL's binary data format.

It can be used to implement high level APIs for Postgres. E.g., "hasql-postgres" is based on this library.

It's tested against Postgres versions 8.3 and 9.3 with the integer_datetimes setting off and on.