b2e98f44f6
* Part 3: Parameterize Entity by value type. This isn't quite right, because after parsing, we shouldn't care about` `edn::ValueAndSpan`, we should care only about edn::Value. However, I think we can drop `ValueAndSpan` entirely if we just use `rust-peg` (and its simpler error messages) rather than a mix of `rust-peg` and `combine`. In any case, this paves the way to transacting `Entity<TypedValue>`, which is a nice step towards building general entities. * Part 1: Add AttributePlace. * Part 2: Name other places EntityPlace and ValuePlace. Now we're consistent and closer to self-documenting. Both matter more as we expose `Entity` as the thing to build for programmatic usage. * Part 4: Allow Ident and TempId in ValuePlace. The parser will never produce these, since determining whether an integer/keyword or string is an ident or a tempid, respectively, in the value place requires the schema. But a builder that produces `Entity` instances directly will want to produce these. |
||
---|---|---|
.. | ||
add_retract_alter_set.rs | ||
bootstrap.rs | ||
cache.rs | ||
db.rs | ||
debug.rs | ||
entids.rs | ||
errors.rs | ||
internal_types.rs | ||
lib.rs | ||
metadata.rs | ||
schema.rs | ||
tx.rs | ||
tx_checking.rs | ||
tx_observer.rs | ||
types.rs | ||
upsert_resolution.rs | ||
watcher.rs |