I'm new here, and I would like to sync my phonegap app using CBL with my CouchDB base.
I read, I have to use Sync_Gateway. But how to configure sync_gateway to get my CouchDB base?
The only compatibility issue I’m aware of is that pushing attachments from Android to CouchDB isn’t working, due to a bug in CouchDB’s handling of multipart bodies. The workaround is to check out and build the latest CouchDB, since they very recently fixed the bug.
On Apr 7, 2014, at 3:18 AM, Jean-Baptiste Perrin <jeanbaptis...@gmail.com> wrote:I'm new here, and I would like to sync my phonegap app using CBL with my CouchDB base.
I read, I have to use Sync_Gateway. But how to configure sync_gateway to get my CouchDB base?No, you can sync Couchbase Lite directly with CouchDB (including a hosted service like Cloudant.)
But for directly synchronize my app with CouchDB, I just have to point my CouchDB in my sync url?