mentat/db/src
Richard Newman 7bcf311db9 Pre: move SQLValueType to core, because it's so central.
Yes, this isn't tidy... but in order to be really tidy we'd need to
split up db into parts that don't depend on a particular SQLite library.
2017-03-08 17:41:49 -08:00
..
bootstrap.rs Extract partial storage abstraction; use error-chain throughout. Fixes #328. r=rnewman (#341) 2017-02-24 15:33:48 -08:00
db.rs Pre: move SQLValueType to core, because it's so central. 2017-03-08 17:41:49 -08:00
debug.rs Extract partial storage abstraction; use error-chain throughout. Fixes #328. r=rnewman (#341) 2017-02-24 15:33:48 -08:00
entids.rs Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00
errors.rs Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00
internal_types.rs Remove most uses of use foo::* 2017-02-23 14:09:54 +00:00
lib.rs Pre: move SQLValueType to core, because it's so central. 2017-03-08 17:41:49 -08:00
schema.rs Extract partial storage abstraction; use error-chain throughout. Fixes #328. r=rnewman (#341) 2017-02-24 15:33:48 -08:00
tx.rs Add top-level Conn. Fixes #296. (#342) r=rnewman 2017-03-03 15:03:59 -08:00
types.rs Implement upsert resolution algorithm. (#186, #283). r=rnewman, f=jsantell 2017-02-14 16:50:40 -08:00
upsert_resolution.rs Remove most uses of use foo::* 2017-02-23 14:09:54 +00:00
values.rs Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00