I am new in web development, I don't much know about Databases. I want to know, will MySql work well with Node Js?
If anyone has experience with MySql and Node Js please share with me.
Thank You.
I am new in web development, I don't much know about Databases. I want to know, will MySql work well with Node Js?
If anyone has experience with MySql and Node Js please share with me.
Thank You.
You can use MySQL with NodeJS without any problems. Like you said you are new in web development so you can use sequelize
library for database operations. sequelize
is a library that facilitates database operations.