Web only topic
APIs for using SQLite in web contexts, accessing SQLite through a WebAssembly module.
Classes
- IndexedDbFileSystem Web only
- A file system storing files divided into blocks in an IndexedDB database.
- SimpleOpfsFileSystem Web only
-
A VirtualFileSystem for the
sqlite3wasm 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
CommmonSqlite3interface. - WasmVfs Web only
- A VFS implementation based on the file system access API without shared workers.