MySQL with Node.js

后端 未结 9 631
Happy的楠姐
Happy的楠姐 2020-11-22 11:52

I\'ve just started getting into Node.js. I come from a PHP background, so I\'m fairly used to using MySQL for all my database needs.

How can I use MySQL with Node.js

9条回答
  •  遇见更好的自我
    2020-11-22 12:11

    You can also try out a newer effort known as Node.js DB that aims to provide a common framework for several database engines. It is built with C++ so performance is guaranteed.

    Specifically you could use its db-mysql driver for Node.js MySQL support.

提交回复
热议问题