lealone / Lealone

比 MySQL 和 MongoDB 快10倍的 OLTP 关系数据库和文档数据库
Other
2.48k stars 519 forks source link

大神能否写一些常用数据库迁移到lealone数据库的java工具类 #233

Open tangzhongshan opened 4 months ago

tangzhongshan commented 4 months ago

大神能否写一些常用数据库迁移到lealone数据库的java工具类

如果有这样的工具类的话,到时候迁移数据,之间通过jdbc连接以后,然后迁移比用SQL语句方便一些

codefollower commented 4 months ago

目前没有,都是用 MySQL 和 MongoDB 自带的导入导出工具。