postgres-wire/README.md

20 lines
740 B
Markdown
Raw Normal View History

2017-01-28 03:42:20 +03:00
[![License MIT][badge-license]][license]
[![Build Status][badge-travis]][travis]
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
2017-01-02 01:42:38 +03:00
2017-01-02 01:42:09 +03:00
https://www.pgcon.org/2014/schedule/attachments/330_postgres-for-the-wire.pdf
2017-01-02 01:42:38 +03:00
2017-01-02 01:42:09 +03:00
https://github.com/zadarnowski/postgresql-wire-protocol
2017-01-02 01:42:38 +03:00
2017-01-02 01:42:09 +03:00
http://2ndquadrant.github.io/postgres/libpq-batch-mode.html
2017-01-28 03:42:20 +03:00
[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