问题
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