oxisqlite-core 0.2.1

oxisqlite-core — core engine of the Pure-Rust SQLite-compatible oxisqlite fork (C-free)
Documentation
1
2
3
4
pub mod build {
    pub const BUILT_TIME_SQLITE: &str = "2024-01-01 00:00:00";
    pub const GIT_COMMIT_HASH: Option<&str> = Some("limbo-0.0.22-cooljapan-fork");
}