cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Offline usage #351

Closed somelinguist closed 6 years ago

somelinguist commented 6 years ago

Is it possible to use python-cloudant when a remote connection is not available without installing CouchDB or a compatible DB locally to run against? Sort of like Cloudant Sync, but for Python? ———

Please include the following information in your ticket.

ricellis commented 6 years ago

No, there is no database built-in to provide an offline store.

somelinguist commented 6 years ago

Thanks. That's what I thought.