This work is a reference for all who want to see how diffable, core-data and codable work in conjunction with each other. Below listed examples can be found in this project.
- CRUD in Core Data.
- Nested Insert with examples of deliberate crashes, and why it should be omitted.
- Batch Delete, Single Delete.
- Batch/Single Update.
- NSFetchedResultsController and its usage with diffable and core data.