2

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?

1
  • 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. Commented Mar 30, 2011 at 20:28

1 Answer 1

4

I just added show/list support to couchdb-python. Any problems, please use the mailing list.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.