org.funzt/datomic-schema-grapher

A library and lein plugin for graphing the datomic schema.

Leiningen/Boot

[org.funzt/datomic-schema-grapher "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.funzt/datomic-schema-grapher {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("org.funzt:datomic-schema-grapher:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.funzt</groupId>
  <artifactId>datomic-schema-grapher</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>