Open Source Database Plugin for Eclipse?

Does anyone know a good open source plugin for querying and exploring a database in Eclipse?

The active Database Exploring module in Eclipse is really focused on being connected to a Java project. Although I'm just trying to run special queries and examine the schema. I'm effectively looking for just a regular quick query tool without the overhead of creating a code project. I found a couple of open source plugins for Eclipse, but they have not seen active development for a year.

Any suggestions?

+6
eclipse database ide
source share
2 answers

I am using SQL Explorer.

It comes as an Eclipse plugin or standalone.

http://eclipsesql.sourceforge.net/

+1
source share

I am using Quantum DB and it seems to work pretty well.

http://quantum.sourceforge.net/

+1
source share

All Articles