You have to carefully close every Rows, Stmt, Tx and Conn acquired by
database/sql.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googl
I am running into an issue I have seen mentioned on here years ago. I am
seeking the current best solution.
I have a web server connecting to a postgresql database using the standard
database/sql and the lib/pq driver. I keep running out of connections over
time as it seems the pool grows up