Re: RDBMS suggestions for CoreData
Re: RDBMS suggestions for CoreData
- Subject: Re: RDBMS suggestions for CoreData
- From: Jens Alfke <email@hidden>
- Date: Wed, 21 May 2008 18:54:04 -0700
On 21 May '08, at 6:20 PM, Devraj Mukherjee wrote:
environment. I am searching for RDBMS server products provide native
Cocoa/CoreData support.
My research reveals Postgres and MySQL support seems flaky.
Huh? I thought CoreData only worked with sqlite (and XML files.)
I don't think there's any reason to use it with a database server,
since CoreData has no multi-user support. (It caches rows as objects,
and if another client modifies the database, you'll need to implement
some mechanism to find out which rows changed and tell CoreData to
flush the corresponding objects.)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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