Every published module, all in one place.
View the Database category page
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 → Postgres
PostgreSQL-specific conventions on top of database-design-basics: naming, precise types (citext/jsonb/timestamptz), and RLS basics.