Skip to content

Instantly share code, notes, and snippets.

@atroche
Last active August 23, 2016 06:33
Show Gist options
  • Save atroche/5e811ca8030d4524d53fe2b7df7aecf3 to your computer and use it in GitHub Desktop.
Save atroche/5e811ca8030d4524d53fe2b7df7aecf3 to your computer and use it in GitHub Desktop.
(d/q
'[:find ?account-name ?tx-time
:where
[?account :account/name ?account-name]
[?account :account/active true ?tx true]
[?tx :db/txInstant ?tx-time]]
(d/history db))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment