8000 Update README.md · postgres-haskell/postgres-wire@a05f19a · GitHub
[go: up one dir, main page]

Skip to content

Commit a05f19a

Browse files
Update README.md
1 parent cb7daea commit a05f19a

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
[![License MIT][badge-license]][license]
22
[![Build Status][badge-travis]][travis]
33
# Postgres-wire
4-
A pure Haskell implementation of Postgres wire protocol version 3.0
4+
A native Haskell driver for PostgreSQL.
55

66

7-
## Useful links
8-
https://www.postgresql.org/docs/current/static/protocol.html
9-
10-
https://www.pgcon.org/2014/schedule/attachments/330_postgres-for-the-wire.pdf
11-
12-
https://github.com/zadarnowski/postgresql-wire-protocol
13-
14-
http://2ndquadrant.github.io/postgres/libpq-batch-mode.html
15-
16-
[badge-travis]: https://img.shields.io/travis/postgres-haskell/postgres-wire.svg
17-
[travis]: https://travis-ci.org/postgres-haskell/postgres-wire
18-
[badge-license]: https://img.shields.io/badge/license-MIT-blue.svg?dummy
19-
[license]: https://github.com/postgres-haskell/postgres-wire/blob/master/LICENSE

0 commit comments

Comments
 (0)
0