Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Created March 12, 2020 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rafaeltuelho/6fb624438bdd1ae2c121768da8acca96 to your computer and use it in GitHub Desktop.
Save rafaeltuelho/6fb624438bdd1ae2c121768da8acca96 to your computer and use it in GitHub Desktop.
Some notes when working with in memory embedded DBs like H2, Derby, HSQL, etc

to start H2 in background from commandline

nohup java -cp ./h2-1.4.199.jar org.h2.tools.Server -web -tcp -tcpDaemon -browser -ifNotExists -baseDir . &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment