On Apr 7, 2014, at 3:18 AM, Jean-Baptiste Perrin <[email protected]> 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.) 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. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/1328352D-6F1A-4BDD-B506-9ECD6371BCC1%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
