Skip to content

Instantly share code, notes, and snippets.

@jandrewthompson
Created November 13, 2013 20:52
Show Gist options
  • Save jandrewthompson/7456194 to your computer and use it in GitHub Desktop.
Save jandrewthompson/7456194 to your computer and use it in GitHub Desktop.
Datomic: querying as of a specific db instant
(q '[:find ?food
:where [?person :person/name "John"]
[?person :favorite/food ?food]]
(d/since database #inst "2012-01-01T00:00:00.000-00:00")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment