On Apr 8, 2014, at 10:07 PM, Rick Mann <rm...@latencyzero.com> wrote:
> Well, if I were to do this, one of the reasons would be to create a text > representation that could be easily diffed. I took a look at Core Data's XML > format, and while necessarily verbose, it would work pretty well, until the > schema changed. You can always write some code to export the database to XML for such purposes. But for regular storage, SQLite, or even a binary-format flat file, is going to be a lot more efficient than XML. (Assuming you have a large data set.) —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com