Skip to content

Instantly share code, notes, and snippets.

@roncat
Forked from rafaeltuelho/inMemoryDB.md
Created March 25, 2020 14:30
Show Gist options
  • Save roncat/a36f58bd65e464e9acc846bb97a7a99f to your computer and use it in GitHub Desktop.
Save roncat/a36f58bd65e464e9acc846bb97a7a99f 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