Replies: 2 comments
-
Nope, you blank import the migrations package in your program. It does mean you'll have to either build your own goose binary, or just use it in your program via the goose provider. You can also use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does it mean that we have to recompile our goose program whenever a go migration is added ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m pretty impressed by goose. I just tried to add a go migration and sow that it added a file containing
Which is impressively lightweight.
How are these compiled and invoked ? Are they loaded as dynamic libraries ?
If yes, isn’t there the constrain that they should all be compiled with the same compiler version ?
Beta Was this translation helpful? Give feedback.
All reactions