Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要从 sql 转储中获取数据到 h2 文件 db. 有没有简单的方法?还是某种转换或工具?任何事物。谢谢任何帮助
问候。
有一些专门用于将数据从一个数据库迁移到另一个数据库的工具:
Flyway,Java 的敏捷数据库迁移框架。
SQuirreL DB Copy Plugin,一种将数据从一个数据库复制到另一个数据库的工具。