Android: 如何在设备之间共享 Couchbase 数据库的内容? (And/or 如何将 Couchbase 导出到 XML)

Android: How can I share the contents of a Couchbase database between devices? (And/or how to export Couchbase to XML)

我希望能够备份我的应用程序中的数据,并可能在 Android 设备之间共享此备份。我正在使用 Couchbase。我找到了很多关于将 SQLite 数据库导出到 XML 的资源,但 none 用于 Couchbase。

有人知道怎么做吗?

您可以使用此命令将 couch-base 导出到 SQLlight。

> cbbackup http://<host>:8091 <backup_folder> -u <user> -p <pass> -b <bucket>