https://github.com/figma/pgproto3
https://github.com/figma/pgproto3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/figma/pgproto3
- Owner: figma
- License: mit
- Fork: true (jackc/pgproto3)
- Created: 2019-12-17T00:37:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T00:41:27.000Z (over 6 years ago)
- Last Synced: 2025-01-22T01:35:53.092Z (over 1 year ago)
- Language: Go
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/jackc/pgproto3)
[](https://travis-ci.org/jackc/pgproto3)
# 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.
Extracted from original implementation in https://github.com/jackc/pgx.