sim-platform-sqlite 0.1.0

Attesting SQLite relation capsule for SIM.
Documentation
1
2
3
4
5
6
7
8
9
// conformance: SQLite realization remains bounded, attested, and locator-safe.

//! Attesting `SQLite` realization behind the provider-neutral relation site.
#![forbid(unsafe_code)]
#![deny(missing_docs)]

mod driver;

pub use driver::*;