rSmart Liquibase Cross-Database Copy

Overview

Summary

Copies database across platforms and rdbms

Current Version

0.0.1

Author

Leo Przybylski (r351574nc3 [at] gmail.com)

Home page

http://r351574nc3.github.com/lbcopy/

Issue Tracking

 

GIT Repository

[]

Supported Database

All

About

Auto-generates database database agnostic changelogs. These are changelogs that have no rdbms-specific changes whatsoever. All database types are in their jdbc form (ie., java.sql.VARCHAR(255)). Further, data is also exported. Data can be exported as CSV or into an H2 database jar. This allows the user to quickly browse the data in its exported form simply by connecting to the h2 database. This further enforces the concept of database-to-database copies. Allowing an Oracle database to be exported to H2 and then imported later to a Oracle, MySQL, or PostgreSQL database. There is even the possibility of direct Oracle-to-MySQL database migration.