Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 288 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 288 Bytes

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