mysql.js 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 const mysql = require('promise-mysql') module.exports = mysql.createConnection({ host: "52.79.82.27", user: "root", password: "oss", database: "OSS" })