Libraries tagged by database diff
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.
unimapper/unimapper
455 Downloads
Universal mapping tool for collecting data from different sources
philiprehberger/laravel-db-expressions
240 Downloads
Database-agnostic SQL expression helper for date truncation, extraction, and differences across SQLite and MySQL
unionco/syncdb
10626 Downloads
Library to assist with syncing databases across different environments
theiconic/fixtures
23971 Downloads
Load fixtures into database from different formats: Yaml, XML, etc.
sachoo/phalcon-model-annotations
136381 Downloads
Annotations handler for phalcon models. Allow to add foreign keys with annotation in models and manage many models with different databases (mysql, postgresql, cassandra, sqlite)
halimzidoune/query-macro-helper
4 Downloads
A Laravel package that extends the Query Builder, allowing you to create custom macros to work with different database drivers easily. Instead of using raw DB::raw() statements and checking the current driver each time, this package simplifies working with multiple databases. It makes your code cleaner, easier to read, and more organized, all while being fully compatible with all Laravel-supported database drivers.
delirehberi/importbundle
107 Downloads
A tool for transfer data between different databases
9raxdev/mysql-struct-sync
123 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.
sachoo/phalcon-console-migration
135754 Downloads
Based on sachoo/phalcon-console, this component handle databases migrations (up, down, diff, status, run)
zyimm/sync-data-struct
102 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
imcity-tech/laravel-translatable
1669 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
sqonk/mysql-sync
649 Downloads
MySQL-sync is a simple script written in PHP that can assist and automate the synchronisation of differences in table structures between two database servers.
m-wardany/hash-ids
804 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique