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.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("adi:adi:0.1.1")

Maven

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