Re: iphone help - saving data
Re: iphone help - saving data
- Subject: Re: iphone help - saving data
- From: Fritz Anderson <email@hidden>
- Date: Sun, 18 Apr 2010 14:58:48 -0500
Please reply to list messages on-list.
On 18 Apr 2010, at 2:52 PM, Rui Lopes wrote:
> What is the best option then? SQLite?
Please read the documentation I referred you to. It answers your question. The requirements you stated — simple data, no relationships, less than thousands of records (no problem keeping the whole data set in memory) — are best served by the NSCoding/NSCoder facilities, not by Core Data or a relational database.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden