import mariadb from "mariadb"; import cfg from "../../config.json"; export default mariadb.createPool(cfg.sql);