How to use SQL with Node.JS

后端 未结 2 1959
名媛妹妹
名媛妹妹 2021-02-06 16:16

So,I\'m fairly new to the whole backend world, and I\'m now coding with node.js. I have a project that I have to store a users with a few fields. But I don\'t know how to connec

2条回答
  •  庸人自扰
    2021-02-06 17:14

    There are a number of ways to interface with MySQL from NodeJS, you just use a framework or driver that supports it.

    One popular example is SequelizeJS which supports several different databases, MySQL included.

提交回复
热议问题