@hackage postgresql-binary0.14.1
Encoders and decoders for the PostgreSQL's binary format
Installation
Dependencies (14)
- aeson >=2 && <3
- base >=4.12 && <5
- binary-parser >=0.5.7 && <0.6
- bytestring >=0.10.4 && <0.13
- bytestring-strict-builder >=0.4.5.4 && <0.5
- containers >=0.5 && <0.8 Show all…
Dependents (13)
@hackage/postgresql-typed, @hackage/pgstream, @hackage/postgrest, @hackage/preql, @hackage/acme-everything, @hackage/hasql-generic, Show all…
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.