Database client for many RDBMS
I wanted for a long time to have one database client to access databases of different types like HSQLDB, MySQL, SQLite, etc. I finally found an interesting one in Java. It only needs to have the JDBC driver for the RDBMS that should be accessed. This is a free software …