Web only topic

APIs for using SQLite in web contexts, accessing SQLite through a WebAssembly module.

Libraries

wasm Web only
Experimental access to sqlite3 on the web.

Classes

IndexedDbFileSystem Web only
A file system storing files divided into blocks in an IndexedDB database.
SimpleOpfsFileSystem Web only
A VirtualFileSystem for the sqlite3 wasm library based on the file system access API.
VfsWorker Web only
Contains code used to implement web workers that are prodiving synchronous access to asynchronous web APIs (like OPFS).
WasmSqlite3 Web only
A WebAssembly version of the CommmonSqlite3 interface.
WasmVfs Web only
A VFS implementation based on the file system access API without shared workers.