Re: Core Data - any way to back it with something other than SQLite 3?
Re: Core Data - any way to back it with something other than SQLite 3?
- Subject: Re: Core Data - any way to back it with something other than SQLite 3?
- From: Jerry Krinock <email@hidden>
- Date: Thu, 26 Nov 2009 19:46:20 -0800
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 (email@hidden)
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:
This email sent to email@hidden