2017-01-02 01:00:29 +03:00
|
|
|
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/VyacheslavHashov/postgres-wire/master/LICENSE)
|
2017-01-02 01:42:09 +03:00
|
|
|
# Postgres-wire
|
2017-01-02 00:56:56 +03:00
|
|
|
A pure Haskell implementation of Postgres wire protocol version 3.0
|
2017-01-02 01:42:09 +03:00
|
|
|
|
|
|
|
|
|
|
|
## 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
|