Anyfile
Open file
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

  1. 1A signature probe rejects non-SQLite files.
  2. 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

SQLite database
.sqlite.sqlite3.db

Open-source projects and licenses

sql.js 1.14.2

MIT

SQLite engine compiled to WebAssembly.

Published format pages