58716ae22e
- Creation of transaction observer service that takes `TxObserver`s and registers them against keys and for sets of attributes. - Observer service called when InProgress commits and filters observers that are affected by the tx's that occured and notifies them of what changed - InProgress batches up tx's as it goes along so granular notification can be provided. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
This sub-crate implements the SQLite database layer: installing, managing, and migrating forward the SQL schema underlying the datom store.