Mysql XML 到 Postgresql Sql 导出转换器
github.com/kluevandrew/mysql2postgresql
源代码
安装: 22
依赖: 0
建议者: 0
安全性: 0
星标: 1
关注者: 2
分支: 40
类型:项目
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
GPL-2.0 c6efab657389c5783edfb370618fa697722d7aae
This package is auto-updated.
Last update: 2024-08-29 04:09:09 UTC
将 mysql 架构和数据转换为 postgresql
用法
mysqldump --xml -u 用户名 数据库名 > 导出文件名
php 转换器.php -i 导出文件名 -o PSQL文件名
附加选项
-b50
-n
限制
此转换器不支持外键,因为 mysql 在 xml 导出中不返回外键。另外,您必须已安装本地的 php postgresql 扩展。