diff --git a/index.js b/index.js index 86acd2b..4a49c3b 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,7 @@ class SQLManager { static update = update; static doExecute = doExecute; static doExecuteRawQuery = doExecuteRawQuery; + static verifyTbl = require("./helper/dbManager").dbManager.verifyTbl; } module.exports = SQLManager; \ No newline at end of file