20 open-source projects similar to davedevelopment/phpmig, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
A library to create and manipulate SQL database schemas with migrations support
Phinx is a PHP database migration and versioning tool used to track and deploy structural changes to database schemas across different environments. It functions as a version control system for databases, allowing structural modifications to be defined and managed through PHP code. The tool provides mechanisms for database schema versioning and rollback, enabling users to undo previously applied migrations and restore a database to a specific previous state. Additionally, it includes a database seeder for populating tables with initial baseline records or dummy data. The system operates as a
Minimalistic database migration helper for Gorm ORM
A Tasty Treat For All Your Database Needs
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
Django style fixtures for Golang's excellent built-in database/sql library.
A Go package to help write migrations with go-pg/pg.
SQL schema migration tool for Go.
Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite