minigraf 0.25.0

Zero-config, single-file, embedded graph database with bi-temporal Datalog queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod evaluator;
pub mod executor;
pub mod functions;
pub mod matcher;
pub mod optimizer;
pub mod parser;
pub mod prepared;
pub mod rules;
pub mod stratification;
pub mod types;

// Re-export QueryResult at the `crate::query::datalog` level so that
// repl.rs can use `crate::query::datalog::QueryResult` directly.
pub use executor::QueryResult;