The python-couchdb package ( used as import couchdb ) provides a db.view() function to access a couchdb "_view", but how do you access a "_show" or "_list" function?
-
Take a look at the code. The package is a wrapper around CouchDB's REST API. You can easily copy the code in the view() function and modify it to create a show() function.Elad– Elad2011-03-30 20:28:29 +00:00Commented Mar 30, 2011 at 20:28
Add a comment
|