Given an entity and one of its attributes, is there a way to see the tx that added it without doing a query on history db?
i.e. something other than
(d/q
'[:find ?tx ?attr ?val ?added
:in $ ?e
:where
[?e ?attr ?val ?tx ?added]]
(d/history my-db)
my-eid)