const db = require('mysql2') const pool = db.createPool({ host: 'localhost', user: 'sgjq', password: '123456', database: 'stb2' }) module.exports = pool