Skip navigation.
 
mlRe: Learning SQLite by watching Core Data?
FROM : David Carlisle
DATE : Mon Jun 23 23:35:20 2008

I am studying an application design by implementing it with Core Data, 
then studying how I would move it to a platform where only sqlite is 
available.

I appreciate the book recommendations.  I found where the Definitive 
Guide to SQLite is available as an ebook, so I might go that route. 
Otherwise it is listed for 2-5 weeks.

I'm happy with my approach.  I modified ISavant's suggested Unix 
statement, realizing I needed a .sqlite suffix after my document name 
to make it work, so that answered that question.

Ilan noted that Core Data does "undocumented voodoo" with sqlite, 
which is good to be aware of.

I think poking around with sqlite3 and browsing the sqlite header file 
suggests questions for when I buy the book.

DC

On Jun 23, 2008, at 2:14 PM, Ben Trumbull wrote:

> David,
>
> I highly recommend these two books:
>
> <http://www.amazon.com/SQL-Practical-Developers-Kaufmann-Management/dp/0122205316/ref=sr_1_8?ie=UTF8&s=books&qid=1206749658&sr=1-8

> >
>
> <http://www.amazon.com/Definitive-Guide-SQLite/dp/1590596730/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206749999&sr=1-1

> >
>

>> Now I want to recreate the same thing using just SQLite.  I don't 
>> know SQLite, and I know very little Unix.

>
> Why do you want to use SQLite directly ?  I don't think it's 
> currently a good fit for your self described skill level.  If you're 
> simply interested in learning, pick up those books, and maybe one or 
> two on UNIX, and hack at it.
> --
>
> -Ben

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