gomigrate
gomigrate copied to clipboard
A SQL database migration toolkit in Golang
PostgreSQL does not allow `CREATE INDEX CONCURRENTLY` within a transaction.
I wanted a way for gomigrate to print out comments/status inside a migration. This only applies for mysql, since it's the only supported db type with multi-command migrations.
Would it be possible to add an option to make migrations atomic? While developing my migration I sometimes make mistakes, and when this happens the DB fails part way through...
I'd like to add support for getting migrations from various sources. Either directly passed in as strings or built into the binary as an asset using something like go-bindata. I...
Would it be possible to read files from a dir, say `./sql`, but if the driver is `sqlite3` and there exists the same number revision in `./sql/sqlite3/`, that one is...
It'd be pretty good to implement this so that an API server can include the migration library and bail out if the migrations aren't up to date. In our case...
Hi there, I'm trying this package for the first time and I can't make it work. ``` 2016/01/21 18:38:15 Migrations table not found 2016/01/21 18:38:15 Error creating migrations table: Error...
https://github.com/GeertJohan/go.rice