mentat/db
2019-07-22 07:40:59 -04:00
..
src iterator error was because it must return a rusqlite::Result. use rusqlite macro for empty params 2019-07-22 07:40:59 -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.