SwiftDataDecoupled icon indicating copy to clipboard operation
SwiftDataDecoupled copied to clipboard

Example project showing how the data and view layers can be decoupled when using SwiftData for persistence.

Results 1 SwiftDataDecoupled issues
Sort by recently updated
recently updated
newest added

Really cool exploration! However, i'd like to bring attention to debug mode where the app crashes If I enable `-com.apple.CoreData.ConcurrencyDebug 1` and `-com.apple.CoreData.SQLDebug 1` the app crashes which suggests there...