Connect MySQL Database with Node.js
Node.js is a great invention that separates the frontend and the backend of the web project.Although No SQL Databases is very popular today, MySQL still is a good choice.
In order to use MySQL in Node.js , You should install the NPM package mysql:
$ ...
ohen.hashnode.dev2 min read