You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and SortDescriptor work with both since MongoDB has native JSON support and CoreData doesn't. FetchRequest should be compatible across backing stores.
The text was updated successfully, but these errors were encountered:
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 makingPredicate
filters andSortDescriptor
work with both since MongoDB has native JSON support and CoreData doesn't.FetchRequest
should be compatible across backing stores.The text was updated successfully, but these errors were encountered: