contextdb-relational 0.3.4

Relational executor for contextdb — scan, insert, upsert, delete
Documentation
1
2
3
4
5
6
7
pub mod mem;
pub mod store;

pub use mem::MemRelationalExecutor;
pub use store::{
    IndexEntry, IndexStorage, RelationalStore, index_key_for_row, index_key_from_values,
};