Fork me on GitHub
#xtdb
<
2023-05-14
>
hifumi12311:05:36

Is it possible to get the transaction time of an entity in a query? Or is xt/entity-tx the only way to get this information?

refset12:05:02

Hey @U0479UCF48H there are no first-class/built-in Datalog functions to access this information, but you can write you own functions for use within Datalog, e.g. see https://docs.xtdb.com/language-reference/datalog-queries/#custom-functions

👍 2