SwiftData Journal Mode

With Core Data you can control the journal mode as follows:

let dictionaryOptions = [NSSQLitePragmasOption : ["journal_mode" : "DELETE"]]

Is there a SwiftData equivalent?