fosk 0.1.8

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

pub mod _tests;