hey, experimenting with various Datalog stuff in Clojure at the moment, and I’m curious if Datahike plans to support newer Datomic features such as composite tuples and attribute/entity preconditions at some point? 🙂
I'm not sure about the preconditions/constraints, could you provide a link please? Regarding tuples there are planned for 0.3.0 https://github.com/replikativ/datahike#030
We have a much stronger precondition system in the pipeline, its target is https://datopia.io/
@bandarra - Attribute predicates: https://docs.datomic.com/on-prem/schema.html#attribute-predicates - Entity specs: https://docs.datomic.com/on-prem/schema.html#entity-specs
looking forward to tuples! 😄
@whilo cool, I’ll check it out!
the condition system itself is not yet documented there