|
|
|
|
|
by aikah
3525 days ago
|
|
Basically a copy of SQL migrate : https://github.com/rubenv/sql-migrate I'm not sure which tool came first in the Go community. While I'm not a big Go fan, this is precisely how Go can be handy sometimes, by allowing easy distribution of tools that don't depend on an interpreter or a JVM... |
|
I agree with the easy distribution thing, Go is awesome for this kind of things. I only wish the cross-compilation of binaries that embed C would be easier (XGo is the thing for tkhe moment).