My Blog

My WordPress Blog

My Blog

My WordPress Blog

2. My SQL

Node.js MySQL SELECT Unique Record

(WHERE Clause) Retrieve a unique data from the table “employees”. Create a js file named selectwhere.js having the following data in DBexample folder. Now open command terminal and run the following command: Node.js MySQL Select Wildcard Retrieve a unique data by using wildcard from the table “employees”. Create a js file named selectwildcard.js having the […]

Node.Js Create Connection with MySQL

We can use Node.js in database applications. Here we use MySQL as a database with Node.js. Install MySQL on your computer. You can download it from here https://www.mysql.com/downloads/. Once the MySQL is installed and running, you can access it by using Node.js. Install MySQL Driver You have to install MySQL driver to access a MySQL database […]

Scroll to top