orientdb.clj

Clojure wrapper for the OrientDB Java API.

Leiningen/Boot

[orientdb.clj "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

orientdb.clj/orientdb.clj {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("orientdb.clj:orientdb.clj:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>orientdb.clj</groupId>
  <artifactId>orientdb.clj</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>