Use when designing database schema and repository access patterns aligned with real query use cases.
Design database structure and access patterns for both correctness and performance.
Define table structure for:
Map relationships clearly
Design repository methods based on real queries
Consider indexes on:
Even if DB is small, document index decisions in README.
query-and-performance can validate that repositories support the intended read pathssubmission-readme-and-review can document schema and index rationale