Skip to content

majorcluster/datomic-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datomic-helper

A Clojure library with handful tools for helping the usage of datomic

Clojars Project

Usage

  • 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 as conn argument by the all the functions, just pass your desired datomic version as client to your local connect function
    • Be aware that currently, the lib is tested just over datomic-free api

Publish

Requirements

  • 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

Migration

Migration guide