codelab-opensrce/table_dump
最新稳定版本:0.0.2
Composer 安装命令:
composer require codelab-opensrce/table_dump
包简介
Table to CSV and CSV to Database import/export shell. CakePHP2.x ShellPulug-in
关键字:
README 文档
README
TableDump 0.1 CakePHP 2.x Plug-in Copyright (c) Cake Codelab. (http://codelab.jp)
Licensed under The MIT License Redistributions of files must retain the above copyright notice.
@copyright Copyright (c) Codelab. (http://codelab.jp) @link http://codelab.jp @since TableDump 0.1 CakePHP Plug-in @license http://www.opensource.org/licenses/mit-license.php MIT License
This is CakePHP2.x Shell Plugin. This Shell generates a CSV file form the database and imports the database from the CSV file.
CSV files are output to the APP\Config\Schema\export_{"model_name"}.csv .
[Usage] cake tabledump [params] [model_name] {option1 option2 ....}
[Params] import csv to database. export database to csv.
[Options] drop : table drop before import. conection [database name]: database name. default is 'default' force : reply in YES to all questions. limit [num]: export records limit num. default is 9999
统计信息
- 总下载量: 167
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-17