Libraries tagged by database schema diff
robinncode/db_craft
5470 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.
heyosseus/difflock
284 Downloads
Diff, analyze and protect your Laravel database schema. Schema diffing, migration risk linting, and a migration guard that blocks destructive changes before they run.
phlib/schemadiff
10733 Downloads
Schema Diff: Show difference between MySQL databases
dlevsha/compalex
45 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL
samjuk/m2-module-verbose-db-status
4482 Downloads
Adds a verbose mode to the setup:db:status command, to assist with debugging DB schema differences
kinetis/migrations
110 Downloads
A thin database migration runner and migrate commands for Kinetis — raw SQL up()/down() migrations for the default connection and named ones, no fluent DDL builder, no schema-diffing.
cavid/schema-lens
6 Downloads
See exactly what changed in your database. Git-diff style schema comparison for Laravel.
zaeem2396/schema-lens
20 Downloads
Laravel package to preview migration files against current MySQL or PostgreSQL schema with destructive change detection and data export
schema-keeper/schema-keeper
6113 Downloads
Track PostgreSQL schema as one-file-per-object dumps. Detect drift in CI. Read-only — complements your migrations.
dlevsha/nasgrate
40 Downloads
Nasgrate is a console utility that let you organise database schema migration process at a consistent and easy way. It supports mysql, mssql, postgresql, oracle and other databases
nandan108/attrecord-migrations
14 Downloads
Declarative schema convergence for attrecord: introspect the live database, diff it against attribute-derived TableSchema, and apply a classified, guarded ALTER plan.
suramon/sf-propel-sql-diff-plugin
3696 Downloads
Generate diff.sql file, which contains difference between schema.yml and current database structure
farzai/laravel-schema
4 Downloads
Visualize and compare database schemas between Laravel migrations and your database
bronos/php-sql-diff
5938 Downloads
PHP SQL schema diff
mtcmedia/db-diff
20 Downloads
Database diff tool for comparing schemas