Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 484 Bytes

pgproxy

PGProxy lets you act as both a Postgres client and server so that you can do things like log incoming queries, manipulate return data (such as obfuscating sensitive information before it gets back to the client), etc...

Running

Currently pgproxy requires .NET 7 or later which you can download here. Once installed, you can run dotnet run in your terminal from the root directory to fire up the proxy.