What is pg-pool?
"Connection pool for node-postgres"
pg-pool is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 28.2 KB on disk.
Installation Guide
# Install via NPM
npm install pg-pool
# Install via Yarn
yarn add pg-pool