import PG from "pg-promise"; import { default as config } from "../../cfg/config.json"; //const pgp = new PG(); const sql = (new PG())(config.sql); export default sql;