https://github.com/wibosco/coredatamigration-example
An example project showing how to implement data migration using NSPersistentContainer
https://github.com/wibosco/coredatamigration-example
coredata ios migration nspersistentcontainer swift
Last synced: 8 months ago
JSON representation
An example project showing how to implement data migration using NSPersistentContainer
- Host: GitHub
- URL: https://github.com/wibosco/coredatamigration-example
- Owner: wibosco
- License: mit
- Created: 2017-09-11T15:40:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T21:03:02.000Z (almost 4 years ago)
- Last Synced: 2025-07-14T05:05:21.607Z (11 months ago)
- Topics: coredata, ios, migration, nspersistentcontainer, swift
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 1020 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wibosco/CoreDataMigration-Example)

# CoreDataMigration-Example
An example project showing how we can implement data migration using NSPersistentContainer https://williamboles.com/step-by-step-core-data-migration/
**This solution is no longer maintained, head over to https://williamboles.com/progressive-core-data-migration/ to see the post about Core Data migration and checkout https://github.com/wibosco/CoreDataMigrationRevised-Example to see it's accompanying example.**