clj-orient

Wrapper for the OrientDB Native APIs. It supports version 1.0 of the APIs.

Leiningen/Boot

[clj-orient "0.5.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-orient/clj-orient {:mvn/version "0.5.0-SNAPSHOT"}

Gradle

implementation("clj-orient:clj-orient:0.5.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-orient</groupId>
  <artifactId>clj-orient</artifactId>
  <version>0.5.0-SNAPSHOT</version>
</dependency>