ANSI C library that talks to CouchDB using libcurl and yajl
C C++ Ruby
Switch branches/tags
Nothing to show
Clone or download
Image Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Image examples
Image src
Image test
Image .gitignore
Image CMakeLists.txt
Image MIT-LICENSE
Image README.md
Image configure
Image pillowtalk.spec

README.md

Pillowtalk: CouchDB C API based on libcurl and yajl

This library is a basic wrapper around libcurl and yajl that attempts to provide a more generic interface to couchdb, mainly communicating via url targets rather than explicit method calls. More to come...