pgbouncer

Lightweight connection pooler for PostgreSQL databases

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight connection pooler for PostgreSQL

Commands

pgbouncer

Examples

Start pgbouncer with a configuration file$ pgbouncer /etc/pgbouncer/pgbouncer.ini
Run pgbouncer in daemon mode$ pgbouncer -d /etc/pgbouncer/pgbouncer.ini
Connect to pgbouncer admin console to check pool status$ psql -h localhost -p 6432 -U pgbouncer pgbouncer -c 'SHOW POOLS;'