What is the most mature/stable mysql node.js module

后端 未结 2 1099
独厮守ぢ
独厮守ぢ 2021-01-31 10:24

I am looking to do some work around mysql and node.js and have found a few different modules out there but I cannot get a good bead on their stability/maturity. I know each auth

2条回答
  •  暖寄归人
    2021-01-31 11:26

    I went through a similar search and ended up settling on node-mysql. I like it's simplicity, the fact that it's pure js, and that it's well supported. It was slower in tests that I did than some of the mixed modules (those that used non-js libs), but I did a minor patch that helped considerably with that for my cases:

    https://github.com/geochap/node-mysql

提交回复
热议问题