Skip to content

Instantly share code, notes, and snippets.

@tychobrailleur
Last active June 7, 2020 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tychobrailleur/09bd14c2e6b5f241f53d996b4c0140a8 to your computer and use it in GitHub Desktop.
Save tychobrailleur/09bd14c2e6b5f241f53d996b4c0140a8 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
java -cp sqltool-2.5.0.jar org.hsqldb.cmdline.SqlTool --rcFile sqltool.rc defaultdb
#!/usr/bin/env bash
java -cp ./hsqldb-2.4.1.jar org.hsqldb.util.DatabaseManagerSwing -url jdbc:hsqldb:~/dev/HO/db/database
urlid defaultdb
url jdbc:hsqldb:~/dev/HO/db/database
username sa
password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment