I am having a function, where I am doing some db operations. Like,
const { Pool } = require("pg"); const pool = new Pool({ connectionString: `some co