const MySQL = require('./MySQL'); const db = new MySQL(); (async () => { await db.connect(); })(); module.exports = db;