sqlrite-engine 0.1.5

Light version of SQLite developed with Rust. Published as `sqlrite-engine` on crates.io; import as `use sqlrite::…`.
Documentation
1
2
3
pub mod database;
pub mod secondary_index;
pub mod table;