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

Feature reqest: migrations. #959

Open
KristianAN opened this issue Aug 18, 2023 · 1 comment
Open

Feature reqest: migrations. #959

KristianAN opened this issue Aug 18, 2023 · 1 comment

Comments

@KristianAN
Copy link

KristianAN commented Aug 18, 2023

Projects like Flyway and Liquibase enable schema creation and migration. They are however not multiplatform. It would be nice it Skunk provided a form of migration tooling.

I don't think there is any point in implementing all the functionality of the mentioned projects, but just the ability to perform simple forward migrations would be a great QoL feature (in my opinion). It allows for easy deployments and makes it easy to keep the schema in sync when developing in a team.

The obvious first question to ask/answer is if this is something that should be handled by Skunk, or if it should come from some external library/tool.

@KristianAN
Copy link
Author

There is this library https://github.com/rolang/dumbo by @rolang . Dumbo is however tied to the flyway spec, which some might not like because of flyways open-core model?

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

1 participant