mentat/db
Victor Porof 9be487ca7d Run pragmas to configure SQLite store and connection when we open a DB, r=ncalexan (#275)
Signed-off-by: Victor Porof <victor.porof@gmail.com>
2017-02-09 21:23:04 +01:00
..
src Run pragmas to configure SQLite store and connection when we open a DB, r=ncalexan (#275) 2017-02-09 21:23:04 +01:00
tests Move TypedValue into mentat_core. r=jsantell,nalexander 2017-02-08 14:20:10 -08:00
Cargo.toml [tx] Start implementing bulk SQL insertion algorithms (#214). r=rnewman,jsantell 2017-02-08 14:04:32 -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.