Repo for bolt-templates-tables-lt-1-1777469424725467524
Go to file
Anil Bhimwal ddb2fc63f7 Config synced from UI [conductor-sync] at 28/04/26 06:25:47 2026-04-28 06:25:47 +00:00
.dockerignore lt-1 2026-02-02 13:43:12 +05:30
.gitignore lt-1 2026-02-02 13:43:12 +05:30
boltic.yaml Config synced from UI [conductor-sync] at 28/04/26 06:25:47 2026-04-28 06:25:47 +00:00
Dockerfile lt-1 2026-02-02 13:43:12 +05:30
go.mod lt-1 2026-02-02 13:43:12 +05:30
go.sum lt-1 2026-02-02 13:43:12 +05:30
main.go lt-1_up 2026-02-02 14:02:33 +05:30
README.md lt-1 2026-02-02 13:43:12 +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.