Repo for dsadddddd
Go to file
anujsahu 0379ee2f64 tables LT code 2026-03-13 17:51:47 +05:30
.dockerignore tables LT code 2026-03-13 17:51:47 +05:30
.gitignore tables LT code 2026-03-13 17:51:47 +05:30
Dockerfile tables LT code 2026-03-13 17:51:47 +05:30
go.mod tables LT code 2026-03-13 17:51:47 +05:30
go.sum tables LT code 2026-03-13 17:51:47 +05:30
main.go tables LT code 2026-03-13 17:51:47 +05:30
README.md tables LT code 2026-03-13 17:51:47 +05:30
tables-proxy-2 tables LT code 2026-03-13 17:51:47 +05:30

tables-proxy-2

Minimal Go project scaffold.

Prerequisites

  • Go 1.22+ installed

Run

go run .

Build

go build .

Notes

  • Uses pgx stdlib driver. If you're behind PgBouncer (transaction pooling), the DSN includes prefer_simple_protocol=true to avoid prepared statements.