mentat/db
Grisha Kruglov 687b2cf997 Add 'syncable' feature to 'db' crate to conditionally derive serialization for Partition*
This is leading up syncing with partition support.
2018-07-10 17:43:08 -07:00
..
src Add 'syncable' feature to 'db' crate to conditionally derive serialization for Partition* 2018-07-10 17:43:08 -07:00
tests Combine NamespacedKeyword and Keyword. (#689) r=nalexander 2018-05-11 09:52:17 -07:00
Cargo.toml Add 'syncable' feature to 'db' crate to conditionally derive serialization for Partition* 2018-07-10 17:43:08 -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.