rustminidb 0.2.0

A lightweight embedded database with native REST API
1
2
3
4
5
6
//! SQL engine module

pub mod executor;
pub mod parser;
pub mod planner;
pub mod types;