Thursday, 11 May 2017

How to do transaction operation for a number of mysql queries in node js using promise?

I have 27 mysql update queries on a single table. All these queries are to be run in a transaction mode, like if one operation fails all other updated queries should rollback.

How I will implement this nodejs with promises?



via Lakshmipriya Mukundan

No comments:

Post a Comment