Libraries tagged by mysql diff
camcima/php-mysql-diff
41482 Downloads
phlib/schemadiff
5370 Downloads
Schema Diff: Show difference between MySQL databases
dlevsha/compalex
43 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL
sachoo/phalcon-model-annotations
127051 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)
sqonk/mysql-sync
288 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.
nayjest/db-diff
3197 Downloads
Database diff tool for Laravel & MySQL
9raxdev/mysql-struct-sync
79 Downloads
可用于帮助开发人员比较两个数据库之间的差异(表,列,约束,事件,函数,存储过程,触发器,视图),并生成更新语句。Can be used to synchronize database structures, compare differences(table,column,constraints,events,functions,procedures,triggers,views) between databases and generating queries.
dzasa/maratus-php-backup
10 Downloads
Backup different types databases(Couchdb, MongoDB, MySQL, PostgreSQL, Redis, Riak, SQLite) on local or remote to Google Drive, Dropbox, Copy, FTP etc.
dyike/sqltool
25 Downloads
sql diff tool.
dlevsha/nasgrate
38 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
eloquent/dumpling
8 Downloads
Diff-friendly mysqldump with an improved interface.
zyimm/sync-data-struct
94 Downloads
比较两个数据库之间的数据结构差异,并生成更新DDL|Compare the data structure differences between the two databases and generate update DDL
samuelfaj/class_db
26 Downloads
Class DB allows you to write secure SQL queries easily and work with many different databases using the same syntax.
invincible-tech-systems/easeampmysql
46 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
ibraheem-ghazi/dbdiff
21 Downloads
php based script that helps developers to find the difference between two databases structure and compare it with auto generating queries