migrate
https://github.com/golang-migrate/migrate
Go
Database migrations. CLI and Golang library.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported3 Subscribers
Add a CodeTriage badge to migrate
Help out
- Issues
- SQLite3 accepts file URL with prefix `file:///`, but golang-migrate requires prefix `sqlite3:///`. Not flexible.
- `Dirty database version 1. Fix and force version` and `error: can't read limit argument N`
- Fix: ensureVersionTable & ensureLockTable perfomance.
- imported mongo official driver is out of date
- Expensive SQL query inside ensureVersionTable & ensureLockTable
- [pgx,postgres] Drop also drops custom PostgreSQL types
- Maintainer support for PR Backlog
- Allow users to fail when there are bad migration paths in their source
- Improve Snowflake support
- clickhouse TLS support is missing fir https://github.com/golang-migrate/migrate/blob/master/database/clickhouse/clickhouse.go
- Docs
- Go not yet supported