Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Created January 18, 2014 18:28
Show Gist options
  • Save bonkydog/8494272 to your computer and use it in GitHub Desktop.
Save bonkydog/8494272 to your computer and use it in GitHub Desktop.
Configure clojure reader to understand datomic tagged literals.
(use '[datomic.api :as d :only (db q)])
(clojure.edn/read-string {:readers *data-readers*} "[#db/id[:db.part/db] #db/id[:db.part/db]]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment