sql-migrate

 Like

SQL schema migration tool for Go.

License model

  • FreeOpen Source

Platforms

  • Go (Programming Language)
  • Linux
  • Mac
  • Windows
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Database migration
  3.  SQLite
  4.  Golang

 Tags

sql-migrate News & Activities

Highlights All activities

Recent activities

Show all activities

sql-migrate information

  • Developed by

    Ruben Vermeersch
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    22 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

GitHub repository

  •  3,350 Stars
  •  289 Forks
  •  91 Open Issues
  •   Updated Apr 17, 2025 
View on GitHub

Our users have written 0 comments and reviews about sql-migrate, and it has gotten 0 likes

sql-migrate was added to AlternativeTo by Paul on Jun 20, 2024 and this page was last updated Jun 20, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What 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+

Official Links