Python With CouchDB 2.0
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 ? W
Solution 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
Post a Comment for "Python With CouchDB 2.0"