CodeFoodPixels / node-promise-mysql

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

Using transaction #55

Closed dhilowitz closed 7 years ago

dhilowitz commented 7 years ago

Would love to see an example of how to use transactions with promise-mysql. Thanks in advance!

CodeFoodPixels commented 7 years ago

See #34