🐘 Connect to PostgreSQL
Enter your connection string to begin deep analysis. All queries run locally — your credentials never leave your machine.
Quick examples (click to fill):
postgresql://postgres:password@localhost:5432/postgres
postgresql://myuser:[email protected]:5432/production
Your Instances
Select an instance to start monitoring
🐘
Connect your first PostgreSQL instance
Paste a connection string and get slow queries, lock chains, index gaps, and copy-paste tuning fixes — in 30 seconds.
New here? The Setup Guide has step-by-step instructions for AWS RDS, Aurora, Azure, GCP & more.
CONNECTION STRING FORMAT
postgresql://user:password@host:5432/dbname
REQUIRED PERMISSIONS
✓
pg_monitor role — enough for all read-only views (recommended)
✓
Superuser or
pg_read_all_stats also work
!
Slow Queries require
pg_stat_statements extension to be enabled