Re: Multi-User DB That Talks to Core Data?
Re: Multi-User DB That Talks to Core Data?
- Subject: Re: Multi-User DB That Talks to Core Data?
- From: Brad Gibbs <email@hidden>
- Date: Fri, 14 Aug 2009 10:02:32 -0700
I understand that Core Data is an object graph management tool, rather
than a database.
I'm trying to create a single-user app that uses Core Data, but gets
the data for its object graph from a multi-user database app. For
instance, product information stored in the main database app could be
exported to a catalog in the Core Data-based app. The user can build
a system in the CD-based app and the built system can be imported back
into the main database.
On Aug 14, 2009, at 9:49 AM, Kyle Sluder wrote:
Core Data is not a database. You will want to look elsewhere (though
you might be able to use Core Data to keep track of an in-memory
object model).
--Kyle Sluder
_______________________________________________
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