Re: iOS database within sandbox
Re: iOS database within sandbox
- Subject: Re: iOS database within sandbox
- From: "Glenn L. Austin" <email@hidden>
- Date: Sat, 23 Aug 2014 09:23:58 -0700
CoreData is not a database (according to Marcus Zarra -- and he should know). Even though it *can* use an SQLite data store (and most people do that), it doesn't depend upon SQLite functionality.
SQLite is built-in and available pretty much everywhere, but you need to learn a bit of SQL.
On Aug 22, 2014, at 6:01 PM, Jim Geist <email@hidden> wrote:
> Can you use CoreData?
>
> On Aug 22, 2014, at 5:54 PM, Carl Hoefs <email@hidden> wrote:
>
>> I’m writing a Cocoa-based iOS 8 app that needs to store and manage data locally on the device. Is there a relational database available for general purpose use in iOS 8? Is there a limitation to how much space an app can use in its sandbox? I presume a database would necessarily need to reside in <Application_Home>/Documents/...
>>
>> -Carl
>>
--
Glenn L. Austin, Computer Wizard and Race Car Driver <><
<http://www.austinsoft.com>
_______________________________________________
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