Skip to content

Commit

Permalink
h2db: Add local DB connection script for *nix
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Jan 9, 2016
1 parent 0a785da commit 2b025b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -cp ~/.ivy2/cache/com.h2database/h2/jars/h2-1.3.176.jar org.h2.tools.Shell -user "" -password "" -url "jdbc:h2:file:./yobi;CACHE_SIZE=131072;MODE=PostgreSQL;MVCC=FALSE;MV_STORE=FALSE"

0 comments on commit 2b025b8

Please sign in to comment.