/mysql2h2-converter

A MySQL to H2 SQL conversion library written in Java

Primary LanguagePLpgSQLMIT LicenseMIT

mysql2h2-converter

A MySQL to H2 SQL conversion library written in Java.

For the moment, you can parse a MySQL dump and convert it to H2 statements, either as an embedded library or as a standalone tool:

java -jar converter/target/mysql2h2-converter-tool-0.1-SNAPSHOT.jar input.sql > output.sql

Next steps are:

Other ideas:

License

This code is provided under the MIT license.