Skip to content

pennsnoplus/pouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#POUCH - Penn cOUCHdb interface ###A pure C wrapper for working with CouchDB.

##Depends libcurl: link to at compile time with -lcurl

##Usage gcc -o $program $program.c pouch.c -lcurl

to compile the example program, demo.c, which uses an extension of Joseph Adams' JSON library:

make

##Description A simple way to interact with CouchDB instances through low-level CURL requests and the JSON library of your choice.

Releases

No releases published

Packages

No packages published

Languages