mentat/db
Emily Toop 58716ae22e Transaction observation
- 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.
2018-03-12 10:13:49 +00:00
..
src Transaction observation 2018-03-12 10:13:49 +00:00
tests Transaction observation 2018-03-12 10:13:49 +00:00
Cargo.toml Update to rusqlite 0.13. 2018-02-22 11:41:57 -08:00
README.md Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00

This sub-crate implements the SQLite database layer: installing, managing, and migrating forward the SQL schema underlying the datom store.