[![License MIT][badge-license]][license] [![Build Status][badge-travis]][travis] # Postgres-wire A pure Haskell implementation of Postgres wire protocol version 3.0 ## Useful links https://www.postgresql.org/docs/current/static/protocol.html https://www.pgcon.org/2014/schedule/attachments/330_postgres-for-the-wire.pdf https://github.com/zadarnowski/postgresql-wire-protocol http://2ndquadrant.github.io/postgres/libpq-batch-mode.html [badge-travis]: https://img.shields.io/travis/postgres-haskell/postgres-wire.svg [travis]: https://travis-ci.org/postgres-haskell/postgres-wire [badge-license]: https://img.shields.io/badge/license-MIT-blue.svg?dummy [license]: https://github.com/postgres-haskell/postgres-wire/blob/master/LICENSE