My CoreData model contains many different tables with relationships.
- Is there a library I could add to my iOS project which can be called to display a modal view with a simple CRUD Interface of all these tables ?
- If not, is there a simple OSX application which displays this CRUD interface with mom model and sqlite files in input ?
Thanks
There’s a library called DataCenter on GitHub that might do the trick.