migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Database migrations. CLI and Golang library.

Results 408 migrate issues
Sort by recently updated
recently updated
newest added

In order to use plenty of available config for pgx connection (Tracer, DialFunc, etc.), it would be really nice to have this function. At the moment, there is no way...

This PR adds a `-template` command line option that, when enabled, allows you to substitute any environment variables into your migration file with go templating. i.e. If you set the...

I found many pull requests CI failed. to fix it. - bump `actions/checkout@v2` to `actions/checkout@v3` - bump `golangci/golangci-lint-action@v2` to `golangci/golangci-lint-action@v3` - bump `actions/setup-go@v2` to `actions/setup-go@v3` - use go1.19 to fix...

I've got an error: insert statement supported only in the batch mode (use begin/commit) But ClickHouse doesn't support transaction ``` CREATE TABLE IF NOT EXISTS owner_type ( `id` String, `name`...

database

Resolves https://github.com/golang-migrate/migrate/issues/779

My team and I forked the repo and upgraded the Spanner libraries for our own purposes, so making this PR to help out. Upgrading Spanner to version `1.38.0` as dictated...

**Describe the Bug** We use the database names postfixed with the name of the environment, like a _some_table_new-feature-env_. This causes an syntax error during migration **Steps to Reproduce** Steps to...