Skip to main content

Crate ic_sqlite_vfs

Crate ic_sqlite_vfs 

Source
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§

pub use db::Db;
pub use db::DbError;
pub use db::DbHandle;

Modules§

config
Central runtime constants for the SQLite-on-stable-memory layout.
db
Public SQLite database facade for canister methods.

Macros§

named_params
params

Type Aliases§

DbMemory