开源工具,用于生成通用DDL脚本

时间:2022-07-18 22:47:38

I have to generate generic DDL scripts from a running MySQL database (source) that will be run on a HSQLDB database (target) and I am therefore looking for an open source tool that could generate generic DDL scripts (or at least as generic as possible).

我必须从将在HSQLDB数据库(目标)上运行的正在运行的MySQL数据库(源)生成通用DDL脚本,因此我正在寻找可以生成通用DDL脚本的开源工具(或者至少尽可能通用) )。

1 个解决方案

#1


1  

I'd check first the --no-data and --compatible=name options of mysqldump.

我首先检查mysqldump的--no-data和--compatible = name选项。

#1


1  

I'd check first the --no-data and --compatible=name options of mysqldump.

我首先检查mysqldump的--no-data和--compatible = name选项。