Is it possible to create/open a core data file from this Package ?
In the init() function could one create an NSPersistentContainer in the main directory and then have the MOC as a variable on the FileDocument ?
Similarly in the fileWrapper() function could one just call the MOC.save() method.
I am guess this seems to easy - unless perhaps one creates an in memory database in init() and then writes that to file in fileWrapper()
Any thoughts on whether this might be feasible ?