pgx/pgproto3
Jack Christensen f512b9688b Add PgConn.SyncConn
This provides a way to ensure it is safe to directly read or write to
the underlying net.Conn.

https://github.com/jackc/pgx/issues/1673
2023-07-11 21:29:11 -05:00
..
2023-01-24 07:55:00 -06:00
2022-02-21 11:57:34 -06:00
2022-02-21 11:57:34 -06:00
2022-02-21 11:57:34 -06:00
2022-11-11 18:20:16 -06:00
2022-02-21 11:57:34 -06:00
2023-07-11 21:29:11 -05:00
2022-02-21 11:57:34 -06:00
2022-02-21 13:22:42 -06:00
2022-02-21 11:57:34 -06:00
2022-02-21 11:57:34 -06:00
2022-07-16 12:27:10 -05:00

pgproto3

Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.

pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.

See example/pgfortune for a playful example of a fake PostgreSQL server.