FoxyBOA
FoxyBOA

Reputation: 5846

Cheap/free query tool for multi-database Java/hibernate developer

I'm very interesting in inexpensive (better free) SQL query tool for working with multiple databases.

Generally speaking it should works with all databases which Hibernate supports, but it must work with Microsoft SQL Server (2000/2005/2008), Oracle (9i/10g/11g), Postgres 8.x, Sybase, Firebird, MySQL and HSQLDB.

Must have features:

Nice to have features:

Not sure if it worth to mentioned, but it will be used together with Eclipse (multiple workspaces).

Upvotes: 0

Views: 1223

Answers (4)

zvikico
zvikico

Reputation: 9825

I'm really surprised nobody mentioned any Eclipse plugins which will fit neatly into your requirements. See my answer to this question. Also, MyEclipse recently released a cool visual query builder which you might want to check out.

Upvotes: 1

cometta
cometta

Reputation: 35719

i think everyone will give you same solution, squirrel sql ,we are all using same tool =)

Upvotes: 0

Bostone
Bostone

Reputation: 37144

I really liked SQUrrel until I discovered DBClient THere's also DbVisualizer but it's not free anymore

Upvotes: 2

Carl Smotricz
Carl Smotricz

Reputation: 67790

My favorite is Squirrel SQL. Works well, simple to set up, nice GUI, works with all JDBC databases.

http://squirrel-sql.sourceforge.net/

Upvotes: 8

Related Questions