migrate
                                
                                
                                
                                    migrate copied to clipboard
                            
                            
                            
                        Database migrations. CLI and Golang library.
**Is your feature request related to a problem? Please describe.** when creating foreign tables e.g. in PG via pg_fdw or in clickhouse you need a password for the connection string....
**Is your feature request related to a problem? Please describe.** The way of constructing migration units it kind of problematic because it forces the users of the library to use...
I have two different projects that use the same mysql server, is there a way to use the same database to be use by migrate? For an example I created...
Initial draft of [immudb](https://docs.immudb.io/) support
https://github.com/golang-migrate/migrate/blob/acc11eda6d266a4cc799bc5d7368b63c8a07beeb/migrate.go#L96 it's return "mysql" instead of "dbname" when we passs the url like : ""mysql://dev:dev@tcp(localhost:3306)/dbname?multiStatements=true"
This PR add method tha validates if there is a pending migration and return an error
**Describe the Bug** I'm using migrate with the mysql driver, and I have three pairs of migrate files. Each of the files, I start with a `BEGIN;`, and end with...
minor bug lead to cassandra's "disable-host-lookup" never being set
The PR removes some of the unused config files, which some of them caused the CI checks to stay in a pending status
Due to multiple team members working with the same application we need to track what all migration have been applied in their local system compared to production. Currently schema_migrations table...