CoreModel
CoreModel copied to clipboard
Pure Swift ORM (Supports Linux)
Add support for composite attributes, which both [CoreData](https://developer.apple.com/documentation/coredata/nscompositeattributedescription?changes=_3) and MongoDB support now.
Support storing `Codable` properties as JSON, for MongoDB to store as JSON and CoreData as a string. The backing implementation should be simple, the only consideration is making `Predicate` filters...
Add support for `Foundation.Predicate` [Documentation](https://developer.apple.com/documentation/foundation/predicate)
Add support for Foundation's new `SortDescriptor` [Documentation](https://developer.apple.com/documentation/foundation/sortdescriptor)