5

MySQL Node.js

 2 years ago
source link: https://www.mysqltutorial.org/mysql-nodejs/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Home » MySQL Node.js

MySQL Node.js

In this section, you will learn how to interact with MySQL from node.js applications using the mysql module. We will show you how to connect to MySQL, perform common operations such as insert, select, update and delete data in the database using mysql module API. After the tutorial, you can develop the node.js application using MySQL as the back-end database.

Connecting to the MySQL Database Server from Node.js

This tutorial shows you how to connect to the MySQL database server from a node.js application using the mysql module API.

Creating Tables in MySQL from Node.js

In this tutorial, you will learn how to create a new table in a MySQL database from a node.js application by using the mysql module.

Inserting Rows Into a Table from Node.js

In this tutorial, you will learn how to insert one or more rows into a table from the node.js application.

Querying Data in MySQL Database from Node.js

In this tutorial, you will learn how to query data from a table in the MySQL database from a node.js application using the mysql module.

Updating Data in MySQL Database from Node.js

In this tutorial, you will learn how to update data in the MySQL database from a node.js application.

Deleting Data in MySQL from Node.js

This tutorial shows you how to delete data in the MySQL database from a node.js application.

Calling MySQL Stored Procedures from Node.js

This tutorial shows you how to call stored procedures in MySQL from a Node.js application using the mysql module.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK