On Oct 16, 2013, at 6:14 AM, Andrew Satori <d...@druware.com> wrote:

> I'd like to take this a step further.  CoreData is a really nice tool, but 
> CoreData really isn't the tool for using a multi-user RDMS since it skips 
> over some of the frequently forgotten concepts like locking and data 
> concurrency.

Also, CoreData’s SQL schema is highly opaque. You can’t use CoreData to access 
a normal existing SQL database (it won’t recognize the schema), and a SQL 
database created by CoreData is going to have a lot of weird-looking tables 
that you really shouldn’t access using anything else but CoreData.

Again, CoreData is _not_ an ORM. I don’t actually know of any Cocoa-based ORM 
library for ODBC, but by this point it’s likely that someone somewhere has 
written one. (There’s a new one by Marco Arment for SQLite, whose name I 
forget, but it only works with SQLite so it’s probably not useful for the OP.)

—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

Reply via email to