A multi-user web-based database query tool.
Download from https://github.com/rinconjc/data-explorer/releases/download/0.8-snapshot/dbquery-0.8-SNAPSHOT-standalone.jar
$ java -jar dbquery-0.8-SNAPSHOT-standalone.jar [port-number]
If using to connect to Oracle databases, add the Oracle JDBC library in the classpath. e.g.
$ java -cp path/to/ojdbc6.jar:dbquery-0.8-SNAPSHOT-standalone.jar dbquery.core [port-number]
Point browser at http://localhost:port Register a new account and login!
FIXME: listing of options this app accepts.
...
...
Copyright © 2015 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.