pierrechls / node-mysql

A NodeJS project for testing SQL request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version js-standard-style

node-mysql

A NodeJS project for testing SQL request

🚀 How to use it

Clone the project

$ git clone git@github.com:pierrechls/node-mysql.git

Install dependencies

$ npm i            # or `yarn`

Configure settings

  • Duplicate the .env.example file and rename it to .env
  • Remplace the database configuration values into your .env file by your database values
  • Remplace the request configuration value into your .env file by your SQL request

This is an example configuration :

# DATABASE CONFIGURATION

DB_HOST="localhost"
DB_USER="pepito"
DB_PASSWORD="#P3pit0"
DB_NAME="aye"


# REQUEST

REQUEST="SELECT * FROM `biscuits` LIMIT 100"

Run your SQL request

$ npm run sql

🛠 Prior installation

You have to download Node.js

About

A NodeJS project for testing SQL request


Languages

Language:JavaScript 100.0%