Node.js MySQL

Spread the love

Node.js can be used in database applications.

One of the most popular databases is MySQL.

Install MySQL Driver

Using npm

C:\Users\pc\Desktop\nodeJsTest>npm install mysql

8 2
9 2
[{"id":1,"name":"Dr.Chandana"},{"id":2,"name":"Dr.Cooray"},{"id":3,"name":"Prof. Cooray"},{"id":4,"name":"Dr.Kumari"}]
10 2
11 4