On Apr 6, 2008, at 7:09 PM, Peter Zegelin wrote:
I have an existing database application that uses sqlite but was not created using Core Data. Is there any reasonable way to get core data to use an existing database and 'reverse engineer' the entities and relationships to create its model?

No, Core Data does not currently allow the use of an arbitrary database schema with a SQLite persistent store. Core Data expects to be in charge of the schema of a persistent store.

If using a specific database schema with a Core Data persistent store is something you'd like to see in the future, please file a bug at <http://bugreport.apple.com/ >. It's not a guarantee that it will happen, but it does ensure that your input is heard by the Core Data team.

  -- Chris

_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [EMAIL PROTECTED]

Reply via email to