Ask HN: Is there a go-to JDBC command line client?
1 comments
HSQLDB comes with a command line tool called SqlTool
http://hsqldb.org/doc/2.0/util-guide/sqltool-chapt.html
You will have to setup the classpath manually and specify the jdbc driver. It is pretty basic.
You will have to setup the classpath manually and specify the jdbc driver. It is pretty basic.
* Store credentials in config file.
* Execute query from file.