我有CouchDB 2.0服务器。我需要通过python创建、删除、获取、更新和查询数据库。
在1.6版本中有一个couchdb-python库。这里最好的选择是什么?直接使用couchdb rest-api?
发布于 2018-08-02 21:44:52
您还拥有python-cloudant和couchdbkit,以及名为simply couchdb的python模块,该模块在2018年进行了最新更新。
很好的相关要点:https://gist.github.com/marians/8e41fc817f04de7c4a70
搜索PyPI会找到很多https://pypi.org/search/?q=couchdb
https://stackoverflow.com/questions/41086010
复制相似问题