I usually use SQLDeveloper to browse the database, but I couldn\'t make it work with HSQLDB and I don\'t know which tables are already created… I guess it\'s a vendor-specif
If you're on the command line, you may want to try the Hsqldb SqlTool, documented in the SqlTool Manual (hsqldb.org).
~/sqltool.rc" and choose any DBNAME you want, substitute correct username and password, if known.
urlid DBNAMEurl jdbc:hsqldb:/path/to/hsql/databaseapt-get install hsqldb-utils (on Ubuntu)hsqldb-sqltool DBNAME # on Ubuntujava -jar YourHsqlJar.jar DBNAME\dtSELECT * FROM …;:a\q\? OR :?Good luck!