On Fri, Apr 30, 2010 at 12:33 PM, Hal Faulkner <[email protected]> wrote: > I want to program using Cocoa/Objective-C with Mac OSX 10.6 Xcode & Interface > Builder to create and use persistent SQLite3 database. > > I have failed in my search for code examples or tutorials which show the use > of objects to use SQLite. I have run out of web search word combinations. > > All I have come up with on the web is generalities and examples of working > with the console. > > Books, tutorials, links, or specific code examples which address the above > environment would be most appreciated. > _______________________________________________
There used to be a framework called QuickLite by Tito Ciuro. I think QuickLite itself is defunct, but may still be available, and would probably be a great way to introduce oneself to setting up an Xcode project with SQLite. There might be other frameworks as well. Check on macupdate.com I guess most of coredata tutorials on dev.apple.com would also be very helpful. -- Puneet Kishor _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

