Dynamic data model in Core Data
Dynamic data model in Core Data
- Subject: Dynamic data model in Core Data
- From: Andrew Carter <email@hidden>
- Date: Tue, 9 May 2006 17:08:26 -0700
I'm working on a personal database application and am evaluating
using Core Data versus my own custom data model + SQLite. In
general, Core Data seems very close to what I want. However, the
very nature of my application will be allowing users to alter their
"schema" by adding and dropping "tables" and "columns".
Is this possible in core data? Is this a case that core data will
not be useful? I can see doing my own table/column/value core data
model objects but then I don't think I am getting much benefit from
core data. All the docs/tutorials I have seen talk about building
complete data models in the tool and freezing them. I am looking to
have some of the behaviors of the data modeling tool in my own
application.
Thanks,
Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden