eight 1.0.0-alpha.2

Modular asynchronous embedded key-value database
Documentation
1
2
3
4
5
6
7
8
9
mod lexer;
mod parser;
mod runtime;
mod token;

pub(super) use runtime::QueryExecutor;

#[cfg(test)]
mod tests;