yamlbase 0.7.2

A lightweight SQL server that serves YAML-defined tables over standard SQL protocols
Documentation
1
2
3
4
5
6
pub mod index;
pub mod schema;
pub mod storage;

pub use schema::{Column, Database, Table, Value};
pub use storage::Storage;