https://github.com/keploy/pgproto3
https://github.com/keploy/pgproto3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keploy/pgproto3
- Owner: keploy
- License: mit
- Fork: true (jackc/pgproto3)
- Created: 2023-07-18T10:17:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T10:47:02.000Z (about 2 years ago)
- Last Synced: 2024-06-10T12:32:16.896Z (about 2 years ago)
- Language: Go
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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)
---
This version is used with pgx `v4`. In pgx `v5` it is part of the https://github.com/jackc/pgx repository.
---
# 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.