Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pg

Closing Postgres (pg) Client Connection In Node.js

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

How To Mock Pg Pool With Sinon

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