SwiftData
SwiftData copied to clipboard
Uses Any instead of AnyObject, support NSNull for intentional NULL Value...
I've found that Any works better than AnyObject in the latest Swift release, and added NSNull support as a in intentional way to put a NULL into the database.