nayjest/db-diff
最新稳定版本:v0.4.2
Composer 安装命令:
composer require nayjest/db-diff
包简介
Database diff tool for Laravel & MySQL
关键字:
README 文档
README
Database diff tool for Laravel & MySQL
Overview
This package allows to compare data in tables with same structure & save results to database in format convenient for further processing.
Actions
| Default URL | Description |
|---|---|
| /admin/diff/index | Form for making diff |
| /admin/diff/show[id] | View diff results |
| /admin/diff/list | Archive of performad diff operations |
Commands
db-diff:make
Supported options
| Name | Shortcut | Description |
|---|---|---|
| table1 | a | Table to compare |
| table2 | b | Table to compare |
| fields | f | Fields that must be compared (without pk) |
Configuration options
See vendor/nayjest/db-diff/src/config/config.php
| Key | Type | Description |
|---|---|---|
| db | string | Database for storing diff results (your app's current db by default) |
| ignored_db | string[] | Databases that you will never use for diff operations, usually some system db's |
License
© 2014 — 2015 Vitalii Stepanenko
Licensed under the MIT License.
统计信息
- 总下载量: 3.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-29