sqlite-databaseprotocol v2workspace: none
How Anyfile's SQLite Viewer Works
sql.js opens a copy of the selected database in browser memory; the viewer enumerates tables and pages query results without saving changes.
Viewing architecture
- 1A signature probe rejects non-SQLite files.
- 2The WASM engine and table UI load only after selection.
Main limitations
- — Database size is bounded by browser memory.
- — Encrypted databases and arbitrary user SQL are unsupported.
MANIFEST
Formats declared by the plugin
Open-source projects and licenses
sql.js 1.14.2
MITSQLite engine compiled to WebAssembly.