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

bgranvea/mysql2h2-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A MySQL to H2 SQL conversion library written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published