Pkdatagq
This is the heart of the modern stack.
This approach relies on best-in-class tools that integrate seamlessly. pkdatagq
$ pkdatagq check --table users
✔ Primary key 'user_id' valid (no duplicates, no nulls)
⚠ 12 rows with outdated last_update (stale > 7 days)
✘ Missing index on 'email' → 3 slow queries affected
→ Recommendation: CREATE INDEX idx_email ON users(email);