Frontend tool to manage H2 database [closed]
How to use H2 database 's integrated managment frontend? For operations such as create table, alter table, add column, and so on. I like SQuirreL SQL Client , and NetBeans is very useful ; but more often, I just fire up the built-in org.h2.tools.Server and browse port 8082: $ java -cp /opt/h2/bin/h2.jar org.h2.tools.Server -help Starts the H2 Console (web-) server, TCP, and PG server. Usage: java org.h2.tools.Server When running without options, -tcp, -web, -browser and -pg are started. Options are case sensitive. Supported options are: [-help] or [-?] Print the list of options [-web] Start