Created
January 18, 2014 18:28
-
-
Save bonkydog/8494272 to your computer and use it in GitHub Desktop.
Configure clojure reader to understand datomic tagged literals.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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