supermarin / ObjectiveRecord

ActiveRecord-like API for CoreData
MIT License
1.29k stars 194 forks source link

Isolate core better from mappings #68

Open supermarin opened 10 years ago

supermarin commented 10 years ago

We should probably make ObjectiveRecord/Core, sub spec in case someone wants no magic and to stay simple. This also includes a bit of architectural changes in NSManagedObject+ActiveRecord.m, to check if mappings are present.

conradwt commented 10 years ago

@mneorr This sounds like a great idea. For example, if fields change within my application from v1 to v2, then I would simply perform a migration to remove those unused fields from the application.