Javascript Node.js Pg Postgresql Closing Postgres (pg) Client Connection In Node.js December 27, 2023 Post a Comment I have a script that I want to run on a scheduled basis in node. The script is not terminating and … Read more Closing Postgres (pg) Client Connection In Node.js
Javascript Node.js Pg Sinon How To Mock Pg Pool With Sinon June 26, 2023 Post a Comment In a previous project I mocked the mysql library with Sinon. I did this like so: X.js: const con =… Read more How To Mock Pg Pool With Sinon