/psql-proxy

PSQL wire protocol proxy

Primary LanguageGoApache License 2.0Apache-2.0

psql-proxy

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