Query Discipline

Use when writing, reviewing, or generating any database query (raw SQL, ORM call, query builder). Catches N+1, missing indexes, unbounded lists, and bad pagination BEFORE the query reaches production. Use this whenever you reach for an ORM or write a SELECT.

tomevault-io 2ce258b 2 files · 6.2 KB Updated

File contents

tomevault-io/skills-registry/tree/main/sheitabrk--backend-design--query-discipline commit 2ce258baa1

Frequently asked questions

npx skillmds@latest add tomevault-io/query-discipline