mentat/db
Grisha Kruglov 22b17a6779 Split "mentat transaction" logic away from the main crate
Sync needs to operate over a "mentat transaction", not just a "db transaction".
This shuffle allows internal mentat crates to consume InProgress, which models
the concept of a "mentat transaction".
2018-08-20 18:23:46 -07:00
..
src Split "mentat transaction" logic away from the main crate 2018-08-20 18:23:46 -07:00
tests Pre: Move core/types.rs into core_traits 2018-08-09 13:16:05 -07:00
Cargo.toml Pre: Move db/errors.rs into db_traits 2018-08-09 13:16:05 -07: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.