0

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.

2
  • 1
    Asking for off-site resources, tutorials, tools, or libraries recommendation is off-topic in here Commented Nov 8, 2019 at 3:39
  • 1
    You 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. Commented Nov 8, 2019 at 3:51

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.