import PG from "pg";
import config from "../../cfg/config.json";
export default new PG.Pool(config.sql);