CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 63 forks source link

Added method releaseConnection() to the pool. #11

Closed pdaether closed 8 years ago

pdaether commented 8 years ago

As mentioned by @naturalethic, i added the possibility to release a connection.

CodeFoodPixels commented 8 years ago

@pdaether @naturalethic: merged and pushed to npm.