Working With Core Data
Posted in General on May 20th, 2009
When I redesigned Sapphire, I decided that the metadata back end would be best served by Apple’s Core Data Framework. While the framework has a lot of power, several shortcomings in the implementation hindered its potential.
First, I should start with the many things that Apple did correctly in Core Data.
The whole data model with [...]