Read-only proof of concept. Proves in-memory WASM SQLite loads from a plain static host and round-trips to a user-owned file. Nothing here is part of the MatriQs app.
Offline proof: this page fetches nothing from the internet — the SQLite engine
(vendor/sqlite3.mjs + vendor/sqlite3.wasm) is served from this folder only.
To prove it runs offline, disconnect the network and reload the page: if the checks below still pass,
it is genuinely self-contained. (It must be served over http://, not opened as a file:// path.)
Acceptance checks — read these four lines
PENDING1. Engine loadedLoading the WASM SQLite engine…
PENDING2. In-memory DBWaiting for the engine.
PENDING3. Save to fileClick “Save database to file” below.
PENDING4. Reopen & verifyPick the file you saved, then click “Reopen & verify”.
Environment
Reading environment…
Diagnostics (not part of the four acceptance checks)
PENDINGSelf-test round-tripOptional: exports and re-imports entirely in memory, no file dialog. Isolates the engine from the file layer.