Confused on how to use CouchDB on Android

前端 未结 4 1798
耶瑟儿~
耶瑟儿~ 2021-01-30 03:53

I want to get CouchDB running as the backend for my mobile app, replacing SQlite.

I have been incredibly confused as a newcomer to this technology because, in addition t

4条回答
  •  不要未来只要你来
    2021-01-30 04:41

    The Android port of TouchDB, https://github.com/couchbaselabs/TouchDB-Android, might be interesting:

    "TouchDB is a lightweight CouchDB-compatible database engine suitable for embedding into mobile or desktop apps."

    It's not a drop-in replacement for CouchDB but promises an API that's basically the same and perhaps mostly importantly for you it "does support replication to and from CouchDB".

提交回复
热议问题