kluevandrew/mysql2postgresql
Composer 安装命令:
composer create-project kluevandrew/mysql2postgresql
包简介
Mysql XML to Postgresql Sql dump converter
README 文档
README
Converter mysql schema and data to postgresql
Usage
- Create dump in xml format using command:
mysqldump --xml -u USER_NAME DB_NAME > DUMP_FILE_NAME - Run converter using command:
php convertor.php -i DUMP_FILE_NAME -o PSQL_FILE_NAME
Additional options
-b50- set batch count (used on insert data). By default batch count = 200-n- non export structure
Restriction
This converter does not support foreign keys, because mysql does not return foreign key in xml dump Also You must have installed locally php postgresql extension
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2016-06-29