# mysql2h2-converter **Repository Path**: javabedlamite/mysql2h2-converter ## Basic Information - **Project Name**: mysql2h2-converter - **Description**: A MySQL to H2 SQL conversion library written in Java - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: - implement other statements (SELECT, UPDATE...) - provide samples for an on-the-fly conversion with datasource-proxy http://code.google.com/p/datasource-proxy/ Other ideas: - look at jOOQ http://www.jooq.org/ to see if it can be used to model the DML statements and Liquibase http://www.liquibase.org/ for the DDL part License ======= This code is provided under the MIT license.