Closed
Description
Hi,
I used the pool functionality, but it was not obvious to me how to release the connections when I'm done.
I found pool.end() in the code: https://github.com/felixge/node-mysql/blob/master/lib/Pool.js#L121 , which seems to do what I needed.
Let me know if you need help adding that in.
Thanks for sharing your software!