Re: When NSArray is not an Array
Re: When NSArray is not an Array
- Subject: Re: When NSArray is not an Array
- From: Jim Correia <email@hidden>
- Date: Thu, 11 Jan 2007 17:01:02 -0500
On Jan 11, 2007, at 4:39 PM, Gordon Apple wrote:
Another reason to consider Core Data is that SQLite is also
available on the OLPC
(MIT laptop) program which we would like to also target.
Core Data "owns" the schema in an SQLite based stored. Furthermore,
the schema is an implementation detail (i.e. undocumented and subject
to change as necessary, and within the constraints of binary
compatibility.)
If you need to interact with the store directly using the SQLite
APIs, I think you'll find that Core Data is probably not the right
match for your needs.
Jim
_______________________________________________
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