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

Describe Sync #21

Open
tooolbox opened this issue Aug 19, 2020 · 0 comments
Open

Describe Sync #21

tooolbox opened this issue Aug 19, 2020 · 0 comments

Comments

@tooolbox
Copy link

At 4.9k stars, https://github.com/golang-migrate/migrate is easily the most popular migrations library for Go. One thing it doesn't support is applying migrations out-of-sequence, which has been discussed extensively in various issues on that repo.

Completely by accident, I stumbled across a mention that Kamimai has support for out-of-sequence migrations! From looking it over, it seems that Sync() does this. However, it's really not clear from the readme.

I think it would be helpful, and a strong differentiator of this library, to explain on the main page what Sync does, and specifically the fact that it can merge together migrations authored at different points in time, if indeed that's what it can do.

Thanks!

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