Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Created April 19, 2017 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonkydog/ec005e9fc7aa60cd008bde4e5b8934bd to your computer and use it in GitHub Desktop.
Save bonkydog/ec005e9fc7aa60cd008bde4e5b8934bd to your computer and use it in GitHub Desktop.
Query the history of a datomic entity.
(d/q
'[:find ?e ?a ?v ?tx ?added
:in $ ?e
:where
[?e ?a ?v ?tx ?added]]
(datomic.api/history db)
123123)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment