What are you meant to do in this scenario?
Post
Replies
Boosts
Views
Activity
With Core Data you can control the journal mode as follows:
let dictionaryOptions = [NSSQLitePragmasOption : ["journal_mode" : "DELETE"]]
Is there a SwiftData equivalent?
Is there anyway to enable multiple selections on an OutlineGroup?