CodeFoodPixels / node-promise-mysql

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

implement a connection with a disposer #15

Closed jhnlsn closed 8 years ago

jhnlsn commented 8 years ago

it would be nice if you could include the implementation of the using/disposer pattern.

CodeFoodPixels commented 8 years ago

Feel free to submit a pull request.