Database-exporter发布 感谢wucharles,一个充满Geek精神的小伙。

1.supports export database from each other. (you need write driver by yourself,now support oracle and MySQL)

2.supported database: Oracle, MySQL.(from oracle to mysql  or mysql to oracle)

3.supports multi source tables merged into one target table.(both mysql and oracle)

4.supports one source table split into multi target tables.(both mysql and oracle)

5.supports source table column name different from target table column name.(both mysql and oracle)

6.supports multi tables exported concurrently.

7.supports one table's data exported concurrently by page.

8.supports LOB,Long,raw datatype.

8.supports database plugin.(eg you can write driver to load sqlserver data to oracle) 

Github地址:Database-exporter