CouchDB and Python: how to use “_show” and “_list” functions?

喜欢而已 提交于 2020-01-24 17:32:29

问题


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:


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



来源:https://stackoverflow.com/questions/5491851/couchdb-and-python-how-to-use-show-and-list-functions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!