@hackage / postgresql-binary

Encoders and decoders for the PostgreSQL's binary format

Latest0.15.0.1

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Categories Parsers, Databases
  • Maintained by: Nikita Volkov <nikita.y.volkov@mail.ru>

  • Lottery factor: 1

Links

Installation

Readme

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.