JdbcTool

From the README:

JdbcTool is a collection of command line utilities for making your life easy when working with Java JDBC databases. Included are:

jdbctool:
An interactive command line tool for executing SQL statements.
jdbcdump:
Dump the contents of a database as SQL statements into a file, like mysqldump.
jdbcload
Execute SQL statements from a file (the opposite of jdbcdump)

Currently, only HSQLDB is supported.

Download

Choose a download format:

Support

For help using JdbcTool, please email: michael@quuxo.com.

Licencing

JdbcTool is Free Software. You can redistribute it and/or modify it under the terms of the GNU GPL.