A Clojure library with handful tools for helping the usage of datomic
- Add the dependency:
[org.clojars.majorcluster/datomic-helper "LAST RELEASE NUMBER"]
datomic-api
for test purposes uses Datomic Free (:warning: outdated)- Feel free to integrate with your Datomic cloud or dev-local from updated datomic:
connect
is received asconn
argument by the all the functions, just pass your desired datomic version as client to your localconnect
function- Be aware that currently, the lib is tested just over datomic-free api
- Leiningen (of course 😄)
- GPG (mac => brew install gpg)
- Clojars account
- Enter clojars/tokens page in your account -> generate one and use for password
export GPG_TTY=$(tty) && lein deploy clojars