Skip to content

gorsuch/clj-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-couchdb

A simple client for accessing couchdb.

Caution: this version is my first go at it, so the API is likely to change

Usage

(require '[clj-couchdb.core :as couch])

(def base "https://gorsuch.cloudant.com")

(def db "sandbox")

(couch/insert base db {:_id "abc"
		               :title "Yo dawg, I hear you like Clojure!" 
                       :body "[insert all of the wonderful things I want to say about Clojure here]"})

(couch/fetch base db "abc")

License

Copyright (C) Michael Gorsuch michael.gorsuch@gmail.com

Distributed under the Eclipse Public License, the same as Clojure.

About

simple clojure lib for couchdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published