Brent Simmons – Why and How to use SQLite without CoreData
As awesome as it is, Core Data isn’t the best tool for every job. Using SQLite more directly (via FMDB, a thin Objective-C wrapper) can bring you more flexibility and better performance. I’ll talk about why you might want to do that — and then show you how.