-
Notifications
You must be signed in to change notification settings - Fork 52
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
Implement migrations #4
Comments
Started an experimental implementation here: 29f27d9 |
The plan is to create a snapshot (an xml file) for each changes. Store these snapshot files. Diff the snapshot files to migrate up or down. |
Blocked by #19 |
Hey, what do think about create a This approach is used in many frameworks, if u agree I think that I can help on it! |
That definitely sounds nice! |
@hjJunior Are you still planning to work on this issue? |
I was :/ but I faced a problem that go against the way is used generator on project |
Can you please explain more? |
oc! well, I was planing to create a migration when the |
@hjJunior Do you made any progress? Or are you still working on this? |
Sorry guys, when I was planning to start, I just figure out another one, that already do this, take a look on Floor |
The Floor approach looks nice, but it is still SQFlite specific. A migration implementation directly in the jarguar orm package would provide a possibility to handle DB migrations independently of the used database. |
Is there any update about this ? Any example of a simple implementation ? Thank you for your hard work |
Implement migrations
The text was updated successfully, but these errors were encountered: