CoreModel icon indicating copy to clipboard operation
CoreModel copied to clipboard

Add JSON support

Open colemancda opened this issue 2 years ago • 0 comments

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.

colemancda avatar Aug 19 '23 06:08 colemancda