Python with CouchDB 2.0

醉酒当歌 提交于 2019-12-11 06:43:44

问题


I have CouchDB 2.0 server. I need to create, delete, get, update and query the databases via python.

On 1.6 version there was a couchdb-python lib. What is the best option here ? Work with the couchdb rest-api directly?


回答1:


You also have [python-cloudant] and [couchdbkit] as well as a python module named simply couchdb , which has recent updates in 2018.

Nice related gist: https://gist.github.com/marians/8e41fc817f04de7c4a70

Searching PyPI finds a lot https://pypi.org/search/?q=couchdb



来源:https://stackoverflow.com/questions/41086010/python-with-couchdb-2-0

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