Node.js MySQL is one of the external libraries of Node.js. It helps Node.js developers to connect to MySQL database and execute MySQL Queries.
We shall learn to install MySQL module in Node.js using npm, and use SQL statements with clearly illustrated examples.
Node.js MySQL
Following is quick view of topics we are going to learn about Node.js MySQL
- Install Node.js MySQL module
- Node.js MySQL Connect Database
- MySQL Queries in Node.js
- MySQL SELECT FROM Table Query
- MySQL INSERT INTO Table Query – Node.js MySQL Tutorial to insert records into Table
- MySQL WHERE clause with SELECT Query
- MySQL ORDER BY clause with SELECT Query– Node.js MySQL Tutorial to arrange records in an order based on one of the properties of records in table.
- MySQL UPDATE Table Query
- MySQL DELETE Records Query
- Usage of MySQL Result Object in callback function
- Usage of MySQL Fields Object in callback function
- Usage of MySQL Error Object in callback function
