Skip to content

Instantly share code, notes, and snippets.

@shargoj
Created September 4, 2014 19:13
Show Gist options
  • Save shargoj/98010ee053dea82b26c5 to your computer and use it in GitHub Desktop.
Save shargoj/98010ee053dea82b26c5 to your computer and use it in GitHub Desktop.
(def ^:dynamic *get-datomic-conn-fn*
"The function that the restify.clj spec-tacular plugin will use to
get a connection to datomic."
(fn []
(throw (ex-info "Must set *get-datomic-conn-fn*." {}))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment