Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema changes #14

Open
wtholliday opened this issue Mar 30, 2015 · 4 comments
Open

schema changes #14

wtholliday opened this issue Mar 30, 2015 · 4 comments

Comments

@wtholliday
Copy link

For Core Data, there's an entire programming guide for data migration and versioning:

https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreDataVersioning/Articles/Introduction.html#//apple_ref/doc/uid/TP40004399-CH1-SW1

Does hiberlite support any sort of data migration between schemas? What sort of approach should I take when (inevitably) the schema changes?

@d-led
Copy link
Collaborator

d-led commented Mar 31, 2015

I don't think this feature belongs into anything with a name *lite

@wtholliday
Copy link
Author

Fair enough, but what does one do when the schema inevitably changes?

@d-led
Copy link
Collaborator

d-led commented Mar 31, 2015

I'd go for the documentation of big frameworks and other links

@cnlier
Copy link

cnlier commented Apr 1, 2015

Addition of fields and tables is handled automatically by hiberlite. Everything else you'd have to do using raw SQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants