adi

adi (a datomic interface) simplifies usage of datomic by providing a common query, insertion and manipulation interface that produce structured data, yet at the same time keeping with the 'more is less' philosophy of clojure.

Leiningen/Boot

[adi "0.1.0"]

Clojure CLI/deps.edn

adi/adi {:mvn/version "0.1.0"}

Gradle

implementation("adi:adi:0.1.0")

Maven

<dependency>
  <groupId>adi</groupId>
  <artifactId>adi</artifactId>
  <version>0.1.0</version>
</dependency>