How to Use couchDB as local storage in android application

I am developing an app, which is in android. In my app I want to use couchdb database for storing and sync purpose. which will work offline too.

so, how to create couchDB database first and then insert data in that database, so that my application will use the couchDB database as local storage like SQLite. I have aleready went through many links but they are not satisfying my need. So Please provide some guide line or an help or comment or sample code to performed that operation.


CouchDb and Couchbase Lite are very close in terms of usage. If you are looking for an easy way to sync and store data locally on your android device I would recommend looking at Couchbase Lite for Android.

https://github.com/couchbase/couchbase-lite-android

链接地址: http://www.djcxy.com/p/41186.html

上一篇: Firebases实时数据库存储在客户端的离线数据有多安全?

下一篇: 如何使用couchDB作为android应用程序中的本地存储