Expand description
IC canister crate root for the icstable SQLite VFS.
The database image is stored inside a caller-provided MemoryManager virtual
memory. SQLite reaches it only through sqlite3_vfs callbacks, so no POSIX
or WASI filesystem is used.
Re-exports§
Modules§
- config
- Central runtime constants for the SQLite-on-stable-memory layout.
- db
- Public SQLite database facade for canister methods.