everything. I have been experimenting with programming Cocoa and Objective-C on Mac for several months, and I want to start developing applications that manage large amounts of data. The problem is that I'm not quite sure where to start with databases.
I have good Java programming experience with SQLite. I read a little about CoreData, and I could not find good resources to easily connect to the database manually. I am looking for recommendations.
Should I try CoreData, and if so, can someone recommend a good tutorial for someone new in this language? Or should I try to manually connect and query the SQLite database in some way, and if so, any tutorials? Any help would be greatly appreciated!
Thanks!
database sqlite objective-c cocoa macos
Jesse dunlap
source share