diff --git a/db/h2.sh b/db/h2.sh new file mode 100755 index 0000000..6b9ff85 --- /dev/null +++ b/db/h2.sh @@ -0,0 +1,3 @@ +#!/bin/sh +java -cp "/path/to/h2.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console -ifExists -web -tcp -browser -user sa -url "jdbc:h2:./users" +