const getMysqlConnection = require('./mysql'); const promisePool = require('./pool'); module.exports = { getMysqlConnection, promisePool };