DB Explorer is an easy-to-use application that lets you manage any JDBC (Java Database Connectivity) compliant database. It provides connectivity to wide-range of SQL databases through their JDBC drivers. This makes it completely different from other single database centric applications.
Features like simple tabbed-interface to run SQLs query, Schema-Browser, multiple database connections in a session and powerful CSV export/import makes it perfect tool to manage any database.
### Features ###
* Support multiple queries per tab. Use Separator token to separate multiple SQLs.
* Limit number of rows in query result. Default is 50 rows.
* Support comments in SQL. Use /"" ""/ to comment any part of SQL.
* Powerful Database Schema Explorer.
* Just enter
to execute simple SELECT query.
* View previously Executed SQLs in History Dialog.
* Tray hide/unhide support.
* Export query result to CSV file.
*