SwiftData: Simplifying Persistence in iOS Apps | Kodeco

SwiftData, a new framework introduced at WWDC 2023, provides a Swift-like API for working with persistence in iOS apps. It simplifies the usage of Core Data by offering a more user-friendly syntax, making it easier to define models, access and query data, and handle data insertion and deletion.


This is a companion discussion topic for the original entry at https://www.kodeco.com/40504096-swiftdata-simplifying-persistence-in-ios-apps

Hello, Josh. I converted my Pressed Coin apps and DVC Planner app to use SwiftData / iCloud and I am very pleased with the result. Keep up the good work!