Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 721 Bytes

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.