HSQLDB


HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version), fast database engine which offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://hsqldb.sourceforge.net/
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<port_number>: The port number to the database. Default is 9001
User: User name to login to the database
Password: Password of the user name specified