Re: Embedded database server or CoreData?
Re: Embedded database server or CoreData?
- Subject: Re: Embedded database server or CoreData?
- From: Scott Stevenson <email@hidden>
- Date: Sun, 14 Jan 2007 07:11:20 -0800
On Jan 13, 2007, at 11:48 PM, Marcel Weiher wrote:
My non-database apps have never had or needed an editing context or
transaction management and what goes for the object-graph goes just
as much for the object relationships: they manage themselves very
nicely once I've defined my object-model (and I am not restricted
to sets, natch!).
There's nothing that Core Data does that is otherwise impossible, it
just standardizes a number of things that many applications need. The
Managed Object Context model also works particularly well with Cocoa
Bindings since your views can easily get access to model objects from
anywhere in the app.
Of course, just use whatever works best. I didn't follow this
discussion from the beginning, so maybe this has already been said.
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden