batpak 0.2.0

Event sourcing with causal graphs and policy gates. Sync API, zero async.
Documentation
1
2
3
4
5
6
7
8
# Cache backends

Use:

- `Store::open_with_redb_cache(...)` with the `redb` feature
- `Store::open_with_lmdb_cache(...)` with the `lmdb` feature

These wrap the lower-level `open_with_cache` API for common setups.