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.
No comments:
Post a Comment