afsara-ben / using-MySQL-with-Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using-MySQL-with-Node

This just shows the raw SQL syntaxes within node

Tutorial followed : link

Installation

npm init

npm install --save mysql express

npm install -g nodemon

node.js driver for mysql link: https://github.com/mysqljs/mysql

About


Languages

Language:JavaScript 100.0%