Posts

Showing posts with the label couchbase-lite

Couchbase Lite alternative [closed]

Couchbase Lite alternative [closed] I have an Android project whose use CouchBase lite 1.4 with CouchDB .We want to use the last CouchBase lite version but I have been reading this in the documentation about CouchBase Lite 2.0 : Android CouchBase lite 1.4 CouchDB CouchBase lite CouchBase Lite 2.0 The new protocol is incompatible with CouchDB-based databases. And since Couchbase Lite 2 only supports the new protocol, you will need to run a version of Sync Gateway that supports it. So I guess I have to migrate to Sync Gateway ?¿ as I can read here: Couchbase Lite 2.0's enhanced replication protocol is not compatible with CouchDB. The Sync Gateway 2.0 however will supporting both Couchbase Lite 2.0 mobile clients with the new protocol and the CouchDB enabled replication protocol. My problem is that I have not clear what is Sync GatAway,becouse in some places you can read that works with CouchDB in other place I can read that does not work. This question appears to be of...