Is there a connection pool available for PostgreSQL?

i m working golang i m new for golang can i create Connection pooling in postgreXL dataabase in golang is it Possible!

The default behavior of the standard library sql package is to manage a connection pool: http://go-database-sql.org/connection-pool.html

I’m not sure this is what you are really asking, but this article should explain it a bit further.

i want connet with database i need 10 database connections so in can i create connection pooling!

Yes go s it s provide default

Thank you

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.