Node.js mysql transaction

前端 未结 7 1327
南笙
南笙 2020-12-13 16:16

Can anyone provide an example of how I could achieve MySQL transactions in Node.js. I am trying to get my head around using the node-mysql driver and node-mysql-queue.

7条回答
  •  悲哀的现实
    2020-12-13 16:32

    I found one useful links which uses node js mysql pooling with transaction. Database Connection pooling is always useful. One can check this link

    https://github.com/mysqljs/mysql

提交回复
热议问题