A queryable mirror of the supply history.
The canonical record stays the Vitals AML fact ledger. This page reads a real SQLite database stored inside an Octra Circle — written only after AML persistence and verified readback succeed. Edit the SQL, run it, read the rows.
1 AML fact ledger
2 verified readback
3 SQLite Circle mirror
octra-sqlite
Recent mirrored AML snapshots and accounting fields.
Canonical
Vitals AML stays the source of truth. This database is a derived query mirror, not a second canonical ledger.
Circle storage
The mirror uses the real octra-sqlite implementation, with database state stored in an Octra Circle after AML success.
Read surface
Queries are bounded read-only select / with statements. The SQL above is editable for review.
Dual write
New rows are mirrored after confirmed AML persistence. Manual sync remains an operator-only repair / backfill tool.
Hover or focus a table to see how the mirror hangs together. The AML fact ledger remains canonical; this map only describes the query mirror.