Re: Using existing SQLite database with core data?
Re: Using existing SQLite database with core data?
- Subject: Re: Using existing SQLite database with core data?
- From: Chris Hanson <email@hidden>
- Date: Sun, 6 Apr 2008 22:48:02 -0700
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@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