psql-proxy
September 11, 2023 ยท View on GitHub
A simple PSQL wire protocol proxy allowing users to inspect the PostgreSQL wire protocol packages being send between the client and server. This CLI mainly exists to validate and debug PostgreSQL protocol implementations.
$ psql-proxy -d 127.0.0.1:5432 -l :2345