quill-sql 0.2.1

An educational Rust relational database (RDBMS) inspired by CMU 15445
Documentation
1
2
3
4
5
6
pub mod logical_plan;
mod logical_planner;
mod physical_planner;

pub use logical_planner::{LogicalPlanner, PlannerContext};
pub use physical_planner::PhysicalPlanner;