A Quick Overview of Basic CoreData Concepts Somebody asked me today about how to go about creating a Cocoa app which allows Rails-style object-relational mapping. In other words, how do you model a schema in a data store without having to re-model all of it in code? This is exactly what Core Data is designed for. I think the Core Data Overview tutorial does a pretty good job of laying out the land

