Open
Description
We've been using migrate
for a while and we recently ran into an issue where we needed some fairly complex logic that was only possible running custom migrations in golang
. Has there been any consideration for supporting golang migrations? It's a strange case because it doesn't really fit the database
model. In theory a migration written in golang could be run against any db backend.
It would be similar to the shell
migrations that have been suggested but not implemented. It seems like @JensRantil has put a lot of thought into this idea. Is this something thats still on the radar?