fosk 0.2.0

In-memory SQL-like query engine and lightweight data store for testing and prototyping.
Documentation
1
2
3
4
5
6
pub mod eval;
pub mod helpers;
pub mod plan_executor;
pub mod row;

pub mod _tests;