We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be nice if users didn't have to build their own goose binaries just to get the benefits of Go migrations.
goose
Imagine if you could write something like this:
migrations ├── 00001_users_table.sql ├── 00002_posts_table.sql └── 00003_backfill.wasm
Where migration version 3 is a "wasm migration".
I think there's an opportunity for a neat plugin system, so this issue aims to gather feedback and explore various ideas.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It'd be nice if users didn't have to build their own
goose
binaries just to get the benefits of Go migrations.Imagine if you could write something like this:
Where migration version 3 is a "wasm migration".
I think there's an opportunity for a neat plugin system, so this issue aims to gather feedback and explore various ideas.
The text was updated successfully, but these errors were encountered: