ic-sqlite-vfs 0.1.0

SQLite VFS backed directly by Internet Computer stable memory
Documentation
1
2
3
4
5
6
7
//! Stable memory primitives for the SQLite database image.
//!
//! `meta` owns logical metadata. `memory` is the only module that touches the IC
//! stable memory API or the native test backend.

pub mod memory;
pub mod meta;