Every published module, all in one place.
2 modules
Database → Schema Design
Schema fundamentals that prevent the expensive-to-fix mistakes: keys, constraints, normalization, correct types, and indexing discipline.
by @markdowners
Database → Migrations
How to change a live schema safely: backward-compatible rollout steps, no same-migration drops, and lock-aware changes on large tables.