You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
{{ message }}
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
Would be nice to be able to do migrations using go code instead of just plain SQL. If for instance you add a column whose value needs to be calculated in some way that can't be done with just SQL. This is the only thing preventing me from using this library over something like https://github.com/CloudCom/goose
The text was updated successfully, but these errors were encountered:
The readme mentions planned support for Bash. This would make it possible to execute something like Go if I've understood things correctly. See also #97.
Would be nice to be able to do migrations using go code instead of just plain SQL. If for instance you add a column whose value needs to be calculated in some way that can't be done with just SQL. This is the only thing preventing me from using this library over something like https://github.com/CloudCom/goose
The text was updated successfully, but these errors were encountered: