HSQLDB Database Conversion Tool

The HSQLDB database conversion tool contained within RazorSQL allows users to convert HSQLDB tables to and create HSQLDB tables from the following database types:

  • MS Access
  • MS SQL Server / SQL Azure
  • MySQL
  • Oracle
  • PostgreSQL / Redshift
  • H2

RazorSQL contains conversion tools to convert one or many tables at a time. When converting tables, the tool looks at the type of database the table is being converted to, and generates the database specific DDL to generate the table. It looks at the source database column types and does any adjustments necessary to convert those column types to the destination database's format. The tool then generates and executes the insert statements necessary to populate the table data on the destination database.

HSQLDB Database Conversion Tool