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: Quincey Morris <email@hidden>
- Date: Sun, 6 Apr 2008 19:35:43 -0700
On Apr 6, 2008, at 19:09, 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 is an object graph management system with a persistent
store, not a database client or server:
http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdBasics.html#/
/apple_ref/doc/uid/TP40001650-SW6
_______________________________________________
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