postgresai 0.14 is out!
Express health checks via `postgresai checkup`, Claude Code plugin, Supabase support, MCP tools, Bun for performance, query texts in Top-N charts, version/build timestamps, updated index analysis panels, and much more
start here:
npx postgresai@latest
Check your DB for unused/redundant indexes now, keep your index set lean:
npm i -g postgresai
postgresai checkup <DBURL> --json --check-id H002 # unused indexes
postgresai checkup <DBURL> --json --check-id H004 # redundant indexes
-- then feed it to your AI dev tool 🪄