Episode #585

Swifty Migrations with Monarch

21 minutes
Published on November 12, 2024

This video is only available to subscribers. Get access to this video and 584 others.

Keeping files and databases compatible with changing versions of your code can be challenging. As you add new features to your app, your data modeling needs may change, which can break when processing data created on earlier versions of the app. To handle this, we use migrations, which help migrate the data from one version of the app to another. This episode will show how to accomplish this using a new framework called Monarch.

This episode uses Xcode 16.1, Swift 6.0, Monarch 1.0.2.