org.clojars.jvesala/clojure-couchdb

Simple Clojure interface to Apache CouchDB, fork of the original project with function arguments instead of *server* and some other changes.

Leiningen/Boot

[org.clojars.jvesala/clojure-couchdb "0.2"]

Clojure CLI/deps.edn

org.clojars.jvesala/clojure-couchdb {:mvn/version "0.2"}

Gradle

implementation("org.clojars.jvesala:clojure-couchdb:0.2")

Maven

<dependency>
  <groupId>org.clojars.jvesala</groupId>
  <artifactId>clojure-couchdb</artifactId>
  <version>0.2</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.