gerpirate.blogg.se

Nodejs mysql
Nodejs mysql













"test": "echo \"Error: no test specified\" & exit 1"Īnd Now will create the database as well a table in that particular Database. "description": "Tutorial On NodeJS with mySql Queries", Here it shows the dependencies and its version number. The command will install the MySql node Package as well as it will make changes in the package.json file.

nodejs mysql

So now we just need to install the MySql package by just a single command in terminal. Version: (1.0.0) 0.0.1 // your version numberĭescription: Tutorial on Nodejs With Mysql QueriesĮntry point: (index.js) app.js // your main fileĪs it created the package.json file. Name: (node_sql_demo) //default folder name

nodejs mysql nodejs mysql

Let’s create a directory with any name to create the app through the terminal.Īfter creating directory lets begin with npm setup for the package.json file.















Nodejs mysql