hsqldb v.1.61Download

This download contains the following files and directories:

CHANGELOG.txt

bin

This directory contains the run.bat batch file program for running the hsqldb database
(Note: The version of this file that is in the ~/demo directory should be used instead by new users/developers)

classes

This directory contains the classfiles generated by the ANT build tool

dev-docs

This directory contains a graphically browsable diagram of the entire source and binary code of the application, generated by Together Control Center 5.0 (Thanks to TogetherSoft, Inc. and Peter Coad):
Default View of the entire project

demo

This directory contains the tools and examples programs:
FindFile application
In-Memory QueryTool
In-Memory Database Manager
Standalone, Persistent
Client/Server using Server
Client/Server using WebServer
Client/Server using Servlet (documentation)
Transfer Tool
Selftest

doc

How to create, compile and run your own application:
Hello World

Documentation of the JDBC API and Hypersonic SQL source code:
Source documentation

For information about how to compile the Hypersonic SQL database, read:
Build

Description of the database files and the file mechanisms (including how recovery works):
Files

A copy of web site:
Web Site

lib

All binaries are in this directory, as is the hsqldb.jar, built and compiled by the ANT procedure.

src

All source code is in this directory. See the source documentation for more information. build.xml (for ANT) and various build and utilitarian batch files are here. Execute ANT here.