const InpxParser = class DbCreator { constructor(config) { this.config = config; } async run(db, callback) { const config = this.config; } } module.exports = DbCreator;