mentat/db/src
Nick Alexander 106d6fae11 Part 3: Implement Deref and DerefMut for InternSet.
This pattern is generally how newtype wrappers (like `struct
Foo(Bar)`) are implemented in Rust.
2018-07-05 11:16:55 -07:00
..
add_retract_alter_set.rs Schema alteration. Fixes #294 and #295. (#370) r=rnewman 2017-03-20 13:18:59 -07:00
bootstrap.rs Make db/ use DbErrorKind. 2018-06-27 15:05:43 -07:00
cache.rs Make db/ use DbErrorKind. 2018-06-27 15:05:43 -07:00
db.rs Part 1: Move intern_set into edn crate. 2018-07-05 11:16:48 -07:00
debug.rs Rename or delete things so that there is only one type named Entid (#768) 2018-06-26 16:34:18 -07:00
entids.rs Describe the default core schema, v1 (:db.schema/core). r=nalexander 2018-01-23 08:51:58 -08:00
errors.rs Pre: Fix error printing rusqlite::Error. 2018-06-30 14:58:23 -07:00
internal_types.rs Part 2: Use ValueRc in InternSet. 2018-07-05 11:16:53 -07:00
lib.rs Make db/ use DbErrorKind. 2018-06-27 15:05:43 -07:00
metadata.rs Make db/ use DbErrorKind. 2018-06-27 15:05:43 -07:00
schema.rs Make db/ use DbErrorKind. 2018-06-27 15:05:43 -07:00
tx.rs Part 3: Implement Deref and DerefMut for InternSet. 2018-07-05 11:16:55 -07:00
tx_checking.rs Add type checking and constraint checking to the transactor. (#663, #532, #679) 2018-05-14 15:22:45 -07:00
tx_observer.rs Part 7: Remove tx entirely. 2018-06-04 15:04:39 -07:00
types.rs Part 7: Remove tx entirely. 2018-06-04 15:04:39 -07:00
upsert_resolution.rs Make db/ use DbErrorKind. 2018-06-27 15:05:43 -07:00
watcher.rs Part 7: Remove tx entirely. 2018-06-04 15:04:39 -07:00