[go-nuts] max connections limit lib/pq

2017-06-21 Thread Tamás Gulácsi
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

[go-nuts] max connections limit lib/pq

2017-06-21 Thread Tieson Molly
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