Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 327 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 327 Bytes

power-pg

Power PG is a middleware for PostgreSQL written in Go. Primarily, it proxies PostgreSQL requests, but it allows you to intercept and replace queries, send them to the server, then forward the answers back to the client.

The proxy part is a simplified copy from https://github.com/lumanetworks/go-tcp-proxy project.