materialized-view 0.1.0

Simple incremental materialized views for the masses.
Documentation
1
2
3
4
5
6
7
8
9
mod engine;
pub use engine::datalog::*;
pub use builders::goal::ANY_VALUE;
pub use ::datalog_syntax::*;
pub use ::datalog_syntax_macros::{rule, program};
pub use builders::rule::{Const, Var};
mod rewriting;
mod interning;
mod builders;