> On Dec 5, 2016, at 8:17 PM, Jens Alfke <j...@mooseyard.com> wrote:
> 
> 
>> On Dec 5, 2016, at 4:18 PM, Daryle Walker <dary...@mac.com> wrote:
>> 
>> I've heard that Core Data is a object graph and persistence library. What if 
>> you want just the first part?  
> 
> You can use the XML-based store instead of SQLite, and just not bother to 
> write the XML anywhere…

But if I maintain multiple contexts, like the main-thread and secondary-thread 
contexts vended by NSPersistentContainer, wouldn’t I need a store so the 
contexts can find each others’ updates?

(And like the other guy said, I’d probably use an in-memory store.)

— 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com 


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to