• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: RDBMS suggestions for CoreData
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RDBMS suggestions for CoreData


  • Subject: Re: RDBMS suggestions for CoreData
  • From: "David Wilson" <email@hidden>
  • Date: Wed, 21 May 2008 22:04:11 -0400

(Whoops, accidentally replied only to Jens at first! Sorry about that.)

>From http://developer.apple.com/macosx/coredata.html

Core Data builds on some of the concepts of enterprise-class database
application frameworks, such as the Enterprise Objects Framework in
WebObjects. However, make no mistake, Core Data is not an
object-relational database access framework. Instead, it uses concepts
from the database world to take application data management to a new
level.

Save yourself a lot of pain and take the above to heart. Core Data
involves a lot of machinery for things that don't have much to do with
RDBMSs. If you want a relational database, use one.

On Wed, May 21, 2008 at 9:54 PM, Jens Alfke <email@hidden> wrote:
>
> 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
> _______________________________________________
>
> 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
>



--
- David T. Wilson
email@hidden
_______________________________________________

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

References: 
 >RDBMS suggestions for CoreData (From: "Devraj Mukherjee" <email@hidden>)
 >Re: RDBMS suggestions for CoreData (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Limiting NSWorkspace launchApplication to a specific version
  • Next by Date: Re: fundamental question: how do I call controller methods from other classes?
  • Previous by thread: Re: RDBMS suggestions for CoreData
  • Next by thread: Re: RDBMS suggestions for CoreData
  • Index(es):
    • Date
    • Thread