RSS Element,demiblog Class,Language,Link,Title,Description channel,,en_GB,http://tobyinkster.co.uk/tag/java/,"Articles Tagged with ""Java""", item,B,en_GB,http://tobyinkster.co.uk/blog/2007/06/14/henplus/,14/06/2007: HenPlus,"

For a while, I’ve been using a great little Java-based GUI SQL client called dbVisualizer. It’s a nifty little database management tool that — here’s the good part — supports virtually every database backend under the sun. I use it to manage PostgreSQL and MySQL databases at home and PostgreSQL and Microsoft SQL Server at work, and I can flit between them, using a consistent interface for them all. It’s great.

However, being a GUI app, it’s a bit slow for when I just want to make one or two small queries, so I went looking for a speedy command-line equivalent today and found HenPlus. Like dbVis, HenPlus is based on Java and JDBC, so it’s able to work with a staggering array of backends. It’s command-line based, so it should work double-fast, even over a SSH connection.

The one problem I had installing it was with libreadline-java, which is a…

"