Greetings,
HSQLDB comes with a native tool to manage the database
With that tool you locally manage the HSQLDB database.
However, "strictly" answering your question, since the database is embedded (and thus not running as a server, you cannot manage it through a remote connection as far as I know.
Regards,
Tom
HSQLDB comes with a native tool to manage the database
java -cp ../hsqldb/lib/hsqldb.jar org.hsqldb.util.SqlTool |
With that tool you locally manage the HSQLDB database.
However, "strictly" answering your question, since the database is embedded (and thus not running as a server, you cannot manage it through a remote connection as far as I know.
Regards,
Tom