I am aware that node APIs can be built on top of NoSQL DB can node API be built with MySQL DB? Please also share some good resources.
-
1Asking for off-site resources, tutorials, tools, or libraries recommendation is off-topic in hereAndreas– Andreas2019-11-08 03:39:24 +00:00Commented Nov 8, 2019 at 3:39
-
1You can, perhaps w3schools.com/nodejs/nodejs_mysql.asp would be a place to start. Also sequelize.org. As mentioned, this isn't the best place to ask these kind of questions. Maybe look for a Node js chatroom somewhere.Mavvie– Mavvie2019-11-08 03:51:05 +00:00Commented Nov 8, 2019 at 3:51
Add a comment
|
1 Answer
Node.js is Javascript server side runtime. So You can connect to all the data source you can with java/.Net etc. So yes, you can use MySql with node.js.
reference: Node with MySQL