Hello folks,
Is there a precise relation between db's T value and the txInstant of an entity?
I have a database and if I do (:t db)
I get 7 as value. Fair.
Meanwhile, if I look for a :db/txInstant
for an entity via (def query '[:find ?tx :where [?e :person/id _ ?tx]])
I get very long number.
What is the relationship between the two? To give some context, what I am trying to do is:
"Given a certain entity ID, what was the latest t
that has introduced/updated such entity?