is there a way to look up all entities with a given set of attributes? With pure datomic i believe this would be done using idents, but we dont have those 🙂. i suppose i could make a "type" and set it to true, but that seems a tad clunky.
:where [?e1 :attribute1] [?e1 :attribute2] [:e1 :attribute3]
?
oh, yes. of course.