CASE STUDY · III · DRAFT
Avalúne Compendium — relational fundamentals by hand
Express + Knex + SQLite. No ORM magic. Built to learn the relational workflow my main project (Supabase-backed) hides from me.
The brief
(Draft — full writeup coming. Will cover the drawer test heuristic, the six-table schema, the migration/seed/test loop with Knex and Vitest, and the trade-off of writing the relational layer by hand vs letting a service handle it.)