Libraries tagged by database schema migration
desaiuditd/enhanced-wp-migrations
99 Downloads
WordPress library for managing database table schema upgrades and data seeding
bajki/schema-builder
3 Downloads
Schema designer & migration generator for laravel & lumen
afsardo/laravel-schema
15 Downloads
Laravel Schema new migrations.
kreitje/l4-schemad-migrations
10 Downloads
Generate a schema file for Laravel migration with a MySQL database.
yanzhen0610/laravel-schema-markdown
56 Downloads
Make descriptions of schema with markdown for Laravel migrations.
esempla/yii2tech-dump-migration
209 Downloads
Generate the schema from an existing database
soft4good/poorman-migrations
115 Downloads
A lightweight, standalone database migrations manager with support for multiple environments. Featuring base schemas and seeds.
shasoft/db-schema-dev
11 Downloads
Package debug package shasoft/db-schema
shasoft/db-schema
26 Downloads
Versioning/migrating database changes
raul338/cakephp-schema
5319 Downloads
Schema saving and loading from file for CakePHP 4
lfaveur/doctrine-migrations-multiple-database-bundle
6 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
laykou/schema
1538 Downloads
Schema saving and loading from file for CakePHP 3.0
k3progetti/multiple-database
58 Downloads
Symfony DoctrineMigrationsMultipleDatabaseBundle
dweik/laravel-database-patching
6 Downloads
Laravel database patching
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.