How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Drop Database Migration in Core Data

calendar_today September 5, 2016 person Andy Trevorah domain gitter

Core Data supports migrating persistent stores (databases) from one model (schema) to the next without losing the existing content. It involves keeping versions of your model and the required mappings between them. However if you have a REST based app, then you are probably fine with not having to migrate the user’s content as you can just fetch it all again from the server. You can do this in a

open_in_new Read original post