Libraries tagged by compare databases
farzai/laravel-schema
3 Downloads
Visualize and compare database schemas between Laravel migrations and your database
ibraheem-ghazi/dbdiff
24 Downloads
php based script that helps developers to find the difference between two databases structure and compare it with auto generating queries
wambacom/dbff
2356 Downloads
Diff for DB
dbff/dbff-core
894 Downloads
Diff for DB
faimmedia/mysql-json-export
3 Downloads
Makes it easy to export, update and compare your MySQL databases.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
alban/laravel-data-sync
162 Downloads
LaravelSheetSync is a library designed for the Laravel framework that allows you to import data from various sources, map its headers, build collections of objects based on the mapped data, and compare them with data currently stored in the database. It automatically classifies records into three categories: create, update, and delete, facilitating efficient and precise synchronization.