@hackage postgresql-binary0.14.0.1
Encoders and decoders for the PostgreSQL's binary format
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (14)
- base >=4.12 && <5
- bytestring >=0.10.4 && <0.13
- containers >=0.5 && <0.8
- text >=1.2 && <3
- transformers >=0.3 && <0.7
- vector >=0.12 && <0.14 Show all…
Dependents (12)
@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.