Skip navigation.
 
mlRe: Learning SQLite by watching Core Data?
FROM : Ilan Volow
DATE : Mon Jun 23 20:40:00 2008

The best way to learn SQLite is to learn SQLite and ignore Core Data 
completely. While Core Data technically uses SQLite, it does 
undocumented voodoo with SQLite, which is subject to change with any 
Apple whim at any particular moment (except on thursdays). For all 
intents and purposes, Core Data + SQLite should basically be 
considered a proprietary format.

If you want to learn SQLite, get a book or two on it, or go to their 
website. If you want a Cocoa framework that does a bit of what Core 
Data does, check out QuickLite http://www.webbotech.com/

You might also want to pick up a copy of Martin Fowler's Patterns Of 
Enterprise Application Architecture if you'd like to understand more 
about how to store and retrieve objects using relational databases http://tinyurl.com/4rvlaj

-- Ilan



On Jun 23, 2008, at 2:06 PM, David Carlisle wrote:

> I just finished my first simple Core Data Document Based 
> Application.  Four entities with multiple relationships.  Now I want 
> to recreate the same thing using just SQLite.  I don't know SQLite, 
> and I know very little Unix.  I had read it was possible to study 
> SQLite using Core Data, but I am making no progress.  The closest I 
> could get to opening my core data sqlite document with sqlite3 was 
> to try mycoredatadoc > sqlite3 in the Terminal, but permission was 
> denied.
>
> Any suggestions?
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlLearning SQLite by watching Core Data? David Carlisle Jun 23, 20:06
mlRe: Learning SQLite by watching Core Data? Ilan Volow Jun 23, 20:40
mlRe: Learning SQLite by watching Core Data? I. Savant Jun 23, 21:05
mlRe: Learning SQLite by watching Core Data? David Carlisle Jun 23, 21:19
mlRe: Learning SQLite by watching Core Data? Hamish Allan Jun 23, 21:29
mlRe: Learning SQLite by watching Core Data? I. Savant Jun 23, 21:29
mlRe: Learning SQLite by watching Core Data? I. Savant Jun 23, 21:30
mlre: Learning SQLite by watching Core Data? Ben Trumbull Jun 23, 22:14
mlRe: Learning SQLite by watching Core Data? Ben Trumbull Jun 23, 22:58
mlRe: Learning SQLite by watching Core Data? Jens Alfke Jun 23, 23:27
mlRe: Learning SQLite by watching Core Data? David Carlisle Jun 23, 23:35
mlRe: Learning SQLite by watching Core Data? Jens Alfke Jun 23, 23:44
mlRe: Learning SQLite by watching Core Data? David Carlisle Jun 23, 23:52
mlRe: Learning SQLite by watching Core Data? David Carlisle Jun 24, 00:13
mlRe: Learning SQLite by watching Core Data? Steven W Riggins Jun 24, 00:18
mlRe: Learning SQLite by watching Core Data? Jens Alfke Jun 24, 00:37
mlRe: Learning SQLite by watching Core Data? Andy Lee Jun 24, 00:40
mlRe: Learning SQLite by watching Core Data? Allen Cronce Jun 24, 16:05