mirror of
https://github.com/postgres-haskell/postgres-wire.git
synced 2024-11-29 11:32:26 +03:00
14 lines
512 B
Markdown
14 lines
512 B
Markdown
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/VyacheslavHashov/postgres-wire/master/LICENSE)
|
|
# 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
|