golang-migrate
Like
Database migrations. CLI and Golang library.
Cost / License
- Free
- Open Source
Platforms
- Windows
- Linux
- Mac
- Go (Programming Language)
- Self-Hosted
- Docker
Features
- Command line interface
- Database migration
- SQLite
Support for MariaDB
- Golang
- MongoDB
Tags
- go-lang
- firebird
- neo4j
- MySQL
- posgresql
- redshift
- Microsoft SQL Server
- clickhouse
- cassandra
golang-migrate News & Activities
Highlights All activities
Recent activities
No activities found.
golang-migrate information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is golang-migrate?
Database migrations written in Go. Use as CLI or import as library.
- Migrate reads migrations from sources and applies them in correct order to a database.
- Drivers are "dumb", migrate glues everything together and makes sure the logic is bulletproof. (Keeps the drivers lightweight, too.)
- Database drivers don't assume things or try to correct user input. When in doubt, fail.


