D039 - Configuration formats: TOML and JSON; no database

decided ยท 2026-08-19

The SQLite in another project of mine is an edge case of that project, not a pattern to copy. Nothing here wants a database.

The only place a database could later earn its keep is querying large traces. The plan there is append-only binary plus a sidecar index, which keeps recording allocation-free; SQLite is the fallback if querying outgrows it, not a starting assumption.