Database Migration

后端 未结 4 874
太阳男子
太阳男子 2021-02-03 15:59

I am working on database migration tool in java. The tool is copying database tables with their data\'s to the destination database. But I want it to work on different databases

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-03 16:10

    Try SchemaCrawler, which is also open source, and written in Java. It provides programmatic access to database metadata, and also allows scripting in JavaScript. http://schemacrawler.sourceforge.net/

提交回复
热议问题