I was wondering how fetchs work when using the CBLIncremental store. Aren't the NSPredicates written via SQL logic? Is there any specific way we should write filters in NSPredicate for NSFetchRequests for use with the CBL backend? Thanks for your help!
Ragu On Tuesday, March 11, 2014 11:13:53 AM UTC-7, Jens Alfke wrote: > > > On Mar 11, 2014, at 10:23 AM, Todd Freese > <[email protected]<javascript:>> > wrote: > > Just wondering what are the advantages and disadvantages of using Core > Data as CBL's datastore? > > > Actually it’s the other way around: CBLIncrementalStore allows you to use > Couchbase Lite as Core Data’s data store. Meaning that you can write your > app using (mostly) Core Data APIs, if that’s what you prefer, and still get > the benefits of really good sync. > > —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/b6bb4439-a2a8-44b3-b990-7d5512e982a7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
