01Comprehensive Schema Discovery: Tools for high-level database overviews, row counts, table sizes, column details, and finding empty tables.
02Relationship Mapping: View all constraints, analyze bidirectional foreign key relationships, and compare row counts across multiple environments (DEV/STG/PROD).
03Data Quality Monitoring: Check table health (row count, last inserted/updated), generate null percentage reports for columns, and detect duplicate rows based on specified criteria.
040 GitHub stars
05Data Exploration: Peek at recent rows, get distinct value counts, and retrieve statistics (min, max, avg, null count) for any column.
06Performance Insights: Monitor index usage, identify slow query candidates (tables with high sequential scans), and estimate table bloat that may require VACUUM.