What's the recommended way to interface with Apache CouchDB from a Python app?

54 Views Asked by At

I want to have an instance of CouchDB running, and access it from a Python frontend. couchdb-python seems like a good option, but it's been unmaintained since 2019.

Is it a viable idea to use it nonetheless, or is there another API wrapper that's better-supported?

0

There are 0 best solutions below