mentat/db
2017-03-09 12:30:36 -08:00
..
src Pre: move SQLValueType to core, because it's so central. 2017-03-08 17:41:49 -08:00
tests TypedValue::Keyword now wraps a NamespacedKeyword rather than a String. Fixes #203. r=nalexander" (#329) 2017-02-17 14:07:57 -08:00
Cargo.toml Use rusqlite 0.10.1. (#367) r=nalexander 2017-03-09 12:30:36 -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.