Skip to content

Instantly share code, notes, and snippets.

@Chojiu15
Created September 21, 2021 10:00
Show Gist options
  • Save Chojiu15/a572e970a703714416f0110a9fb3c55d to your computer and use it in GitHub Desktop.
Save Chojiu15/a572e970a703714416f0110a9fb3c55d to your computer and use it in GitHub Desktop.
conf
const mysql = require('mysql')
const connection = mysql.createConnection({
host : '',
user : '',
password : '',
database : ''
})
module.exports = connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment