const pg = require("pg"); const pool = new pg.Pool({ user: "", password: "", host: "", port: 5432, database: "" })