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 request: explore WASM-based migrations #770

Open
mfridman opened this issue May 11, 2024 · 0 comments
Open

Feature request: explore WASM-based migrations #770

mfridman opened this issue May 11, 2024 · 0 comments

Comments

@mfridman
Copy link
Collaborator

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:

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.

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