Skip to content Skip to sidebar Skip to footer

Couchdb And Python: How To Use "_show" And "_list" Functions?

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?

Solution 1:

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


Post a Comment for "Couchdb And Python: How To Use "_show" And "_list" Functions?"