SwiftData Migrations & Working with Core Data
Introduction
In this lesson, you’ll learn about SwiftData migrations, a feature that will help with your app as it changes in future versions. SwiftData migrations will make it possible for people’s data to be safe as you change the schema. Additionally, you’ll learn how to migrate from a Core Data app to a SwiftData app.
In this lesson you’ll learn:
- Migrating an existing CoreData app with SwiftData.
- Importance of migrations.
- Different kind of migrations and migration plans.
This lesson also covers converting a Core Data app to SwiftData.