Comment on Does anyone run Postgres without PgBouncer?Comments−henvic28dFor sure. I mean: many – if not most – people?In my case, with Go, I have always relied on http://github.com/jackc/pgx pool, which works quite well, especially with the binary protocol.
Comments
For sure. I mean: many – if not most – people?
In my case, with Go, I have always relied on http://github.com/jackc/pgx pool, which works quite well, especially with the binary protocol.