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