SQL Schema Audit

Index coverage and N+1 review aids for SQLite/D1 schemas with a sqlc catalog. Surfaces unused indexes (with FK CASCADE awareness so cascade-load-bearing indexes are not flagged), queries that scan tables without index help, and `for`-loops calling generated SQL fns.

mizchi f604745 4 files · 18.7 KB Updated

File contents

mizchi/skills/tree/main/sql/schema-audit commit f604745e4d

Frequently asked questions

npx skillmds@latest add mizchi/sql-schema-audit