Replies: 1 comment
-
For PostgreSQL, sqlc can either generate code that uses database/sql and lib/pq or jackc/pgx. Since pgbouncer is wire-compatible with PostgreSQL, I believe both options should work without modifications. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am new to golang ecosystem and i am thinking to adopt sqlc as new tech stack for my team.
Does anyone have successfully using sqlc for production application with high volume of requests? Especially using pgbouncer + postgres as db.
Any answer or advice will be very appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions