315 B
315 B
tables-proxy-2
Minimal Go project scaffold.
Prerequisites
- Go 1.22+ installed
Run
go run .
Build
go build .
Notes
- Uses
pgxstdlib driver. If you're behind PgBouncer (transaction pooling), the DSN includesprefer_simple_protocol=trueto avoid prepared statements.