On 2009 Nov 26, at 18:53, William Squires wrote: > Is there a way to back a Core Data model with a relational DB other than > SQLite 3? For example, PostGREs, or MySQL?
You can create your own custom store but it must be atomic, so my guess is "no" since these relational DB are not atomic. http://developer.apple.com/mac/library/documentation/cocoa/conceptual/CoreData/Articles/cdPersistentStores.html#//apple_ref/doc/uid/TP40002875-SW6 _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com