...
1[](https://godoc.org/github.com/jackc/pgproto3)
2[](https://travis-ci.org/jackc/pgproto3)
3
4---
5
6This version is used with pgx `v4`. In pgx `v5` it is part of the https://github.com/jackc/pgx repository.
7
8---
9
10# pgproto3
11
12Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
13
14pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.
15
16See example/pgfortune for a playful example of a fake PostgreSQL server.
17
18Extracted from original implementation in https://github.com/jackc/pgx.
View as plain text