Libraries tagged by db migration
antonkomarev/php-db-migration-validator
958 Downloads
Validate PHP database migration files
yiisoft/yii-db-migration
33852 Downloads
Yii DB Migration
robinncode/db_craft
468 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
lav45/yii2-db-migrate
5877 Downloads
This extension allows you to easily create large migrations associated with many foreign keys.
kohkimakimoto/lib-migration
32266 Downloads
LibMigration is a minimum database migration library and framework for MySQL.
g4/db-tools
37117 Downloads
Database migration related tools
elimuswift/db-exporter
4687 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
vi-kon/laravel-db-exporter
35338 Downloads
Database table structure and data exporter to migration and seed files
vgarvardt/zf-simple-migrations
19802 Downloads
Module for database migrations management.
ingenerator/phinx-lightweight
10998 Downloads
Very simple SQL-based database migrations tool - a heavily stripped down fork of robmorgan/phinx
eddturtle/phinx
60864 Downloads
Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
viosys/vio-db-migration-sw6
235 Downloads
Shopware plugin to apply project-specific DB-Updates
offbeatwp/db-migrations
2513 Downloads
DB Migrations Support for custom tables
console-helpers/db-migration
3295 Downloads
Database migrations made simple
stidges/laravel-fk-migration
4229 Downloads
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.