pawurb / ruby-pg-extras

Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
MIT License
124 stars 11 forks source link

Add ability to gets all active connections to the database. #18

Closed djgoku closed 1 year ago

djgoku commented 1 year ago

This adds the ability to get all active connections to the database.

pawurb commented 1 year ago

I'm looking forward to merging it, but can you add sample output to the readme?

djgoku commented 1 year ago

Added connections output to README.md