1

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?

Oz Bar-Shalom
  • 1,747
  • 1
  • 18
  • 33

1 Answers1

0

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

charles ross
  • 570
  • 4
  • 15