granthdb

Verify it in your browser

This is the same suite that gates every commit, running here instead of in CI. It opens a real SQLite database in OPFS, exercises indexes, transactions and multi-tab coordination, and proves the whole thing works with no COOP/COEP headers.

Verification

Phase fresh
Ready to run

Roughly 25 checks, a few seconds. Everything happens locally in this tab — nothing is uploaded. The suite uses its own playground database and deletes it at the end, so no other site's data is touched.

    Storage OPFS via opfs-sahpool, falling back to IndexedDB, then memory.
    Isolation No cross-origin isolation. The suite asserts crossOriginIsolated === false.
    Engine SQLite compiled to WASM, in a dedicated Worker, one writer per origin.