mentat/db
2019-07-20 13:22:46 -04:00
..
src remove wrapper types that seem unnecessary, and wrap the result of a fn with a Result as the compiler told me 2019-07-20 13:22:46 -04:00
tests Pre: Move core/types.rs into core_traits 2018-08-09 13:16:05 -07:00
Cargo.toml try fixing build by upgrading rusqlite to 0.19 2019-07-17 10:59:38 -04: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.