Wanting a simple overview on how to connect to a SQLite database in Cocoa/Objective-C

Posted by Jesse on Stack Overflow See other posts from Stack Overflow or by Jesse
Published on 2010-05-13T23:05:48Z Indexed on 2010/05/13 23:14 UTC
Read the original article Hit count: 367

Filed under:
|
|
|
|

Hi, everyone. I've been experimenting with Cocoa and Objective-C programming on the Mac for a few months now, and I am wanting to start developing applications that manage large amounts of data. The trouble is, I'm not really sure where to start with databases.

I have a good background in Java programming with SQLite. I've read a bit about CoreData and I haven't been able to find any good resources for just manually connecting to the database. I'm looking for recommendations.

Should I try CoreData, and if so, can anyone recommend a good tutorial for someone new to the language? Or, should I try to manually connect and query an SQLite database somehow, and, if so, any tutorials? Any help would be greatly appreciated!

Thanks!

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c