Tuesday, October 28 2008
iPhone Persistent Objects for Cocoa with SQLite3
By AkH, 3 years, 6 months ago, modified Oct. 28, 2008
Iphone SDK is missing a great Mac Os X framework: Core Data.
You should normally talk to sqlite via the simple C API and SQL, no serialization.
Here is a free attempt to solve this, waiting for core data to be available on iPhone

