Data model
SQL explorer
The same merged model the widgets compute from — 22 tables + 10 v_* views — queryable as plain SQL. Runs entirely in your browser (DuckDB-WASM); nothing is sent to a server.
Prefer a desktop client? The same file ships as data/mygm.duckdb — duckdb data/mygm.duckdb after npm run build-sql. See the data model for the schema narrative.
Loading DuckDB…