MySQL CRUD with Nodejs
Objective
Perform CRUD operations on MySQL database with Nodejs. Here we will create a database "library" and perform CRUD operations on it by inserting data about books in a table "books".
Prerequisite
MySQL installed in the system. Can be download...
asimjunaidcodes.hashnode.dev5 min read