org.tcrawley/conformity

Idempotent datom transacting for Datomic. Special thanks to Stuart Halloway for the original idea, implementation and permission to take it and run.

Leiningen/Boot

[org.tcrawley/conformity "0.6.0"]

Clojure CLI/deps.edn

org.tcrawley/conformity {:mvn/version "0.6.0"}

Gradle

implementation("org.tcrawley:conformity:0.6.0")

Maven

<dependency>
  <groupId>org.tcrawley</groupId>
  <artifactId>conformity</artifactId>
  <version>0.6.0</version>
</dependency>