gluesql 0.3.0

GlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!
Documentation
1
2
3
4
5
6
7
mod indexmap;
mod or_stream;
mod vector;

pub use self::indexmap::IndexMap;
pub use or_stream::OrStream;
pub use vector::Vector;