Re: Embedded database server or CoreData?
Re: Embedded database server or CoreData?
- Subject: Re: Embedded database server or CoreData?
- From: mmalc crawford <email@hidden>
- Date: Thu, 11 Jan 2007 17:36:48 -0800
On Jan 11, 2007, at 3:59 PM, Keary Suska wrote:
Core Data is *not* an interface or technology for database access.
It is nothing
more than a convenient API for persistently storing data, using a very
limited number of data storage types.
This is at best misleading.
*One* feature of Core Data is that it can commit data to and retrieve
data from a persistent store. There is no requirement, however, for
the data to be made persistent. Moreover, perhaps the more
interesting and useful feature is that it provides object graph
management.
For more, see <http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdBasics.html
>.
mmalc
_______________________________________________
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