clojurecouchdbclojurescript

CouchDB Clojure client API available?


Does anyone know of a good CouchDB client API for Clojure. I'm currently using Clutch although since it's relatively new there doesn't seem too be much documentation.


Solution

  • Clutch is the most mature Clojure couch client as of today.

    Some folks have done interesting things using clojureScript to emit the view functions using it so you can use "clojure all the way through" without configuring your couch server for clojure views (which always struck me as a bit atypical)