IC canister crate root for the icstable SQLite VFS.
icstable
The database image is stored directly in IC stable memory. SQLite reaches it only through sqlite3_vfs callbacks, so no POSIX or WASI filesystem is used.
sqlite3_vfs
pub use db::Db;
pub use db::DbError;