Data-swift / ManagedModels

A SwiftData like `@Model` infrastructure for CoreData.
https://www.alwaysrightinstitute.com/managedmodels/
Apache License 2.0
101 stars 3 forks source link

Add support for "autosave" in ModelContainer #3

Open helje5 opened 1 year ago

helje5 commented 1 year ago

This doesn't seem too hard, setup a watcher for scene notifications and trigger a save if the autosave property is set.