sqlite-collections 0.1.0

Rust collection types backed by sqlite database files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//pub mod btree;
mod db;
pub mod ds;
pub mod format;
pub mod identifier;
pub use db::AsConnection;
pub use db::Savepointable;
mod error;
pub use error::OpenError;

pub const APPLICATION_ID: i32 = -319054289;