Skip to content

Instantly share code, notes, and snippets.

@laurio
Forked from bonkydog/read-datomic-edn.clj
Last active August 29, 2015 14:08
Show Gist options
  • Save laurio/abd1199a3ec1223438d2 to your computer and use it in GitHub Desktop.
Save laurio/abd1199a3ec1223438d2 to your computer and use it in GitHub Desktop.
(require 'datomic.api)
(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