sql-migrate
Like
SQL schema migration tool for Go.
Cost / License
- Free
- Open Source
Platforms
- Go (Programming Language)
- Linux
- Mac
- Windows
Features
- Command line interface
- Database migration
- SQLite
- Golang
Tags
- SQL
- Postgres SQL
- go-lang
- MySQL
- oracle-databases
- Microsoft SQL Server
- database-schema
sql-migrate News & Activities
Highlights All activities
Recent activities
No activities found.
sql-migrate information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is sql-migrate?
SQL Schema migration tool for Go. Based on gorp and goose.
Features
- Usable as a CLI tool or as a library
- Supports SQLite, PostgreSQL, MySQL, MSSQL and Oracle databases (through gorp)
- Can embed migrations into your application
- Migrations are defined with SQL for full flexibility
- Atomic migrations
- Up/down migrations to allow rollback
- Supports multiple database types in one project
- Works great with other libraries such as sqlx
- Supported on go1.13+


