How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
SQL schema migration tool for Go.
The main features of rubenv/sql-migrate are: Database Migration Tools, Database Migrations, Database Tools, Schema Migration Tools.
Open-source alternatives to rubenv/sql-migrate include: khezen/avro — Apache AVRO for go. guiabolso/darwin — Database schema evolution library for Go. gobuffalo/pop — A Tasty Treat For All Your Database Needs. go-gormigrate/gormigrate — Minimalistic database migration helper for Gorm ORM. golang-migrate/migrate — This project is a command-line utility designed to manage database schema versioning and automate incremental schema… lopezator/migrator — Dead simple Go database migration library.
This project is a command-line utility designed to manage database schema versioning and automate incremental schema updates. It functions as a version control system for database structures, ensuring consistency across environments by tracking applied migrations in a dedicated metadata table and executing scripts in a sequential, reliable manner. The tool distinguishes itself through a driver-based abstraction layer that supports a wide range of database engines, including various SQL and distributed cloud databases. It provides robust concurrency control through advisory locking, which prev
A Tasty Treat For All Your Database Needs
Minimalistic database migration helper for Gorm ORM