CoreModel icon indicating copy to clipboard operation
CoreModel copied to clipboard

Pure Swift ORM (Supports Linux)

Results 3 CoreModel issues
Sort by recently updated
recently updated
newest added

Add support for composite attributes, which both [CoreData](https://developer.apple.com/documentation/coredata/nscompositeattributedescription?changes=_3) and MongoDB support now.

enhancement

Support CloudKit as a storage backend.

enhancement

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...

enhancement