up vote 0 down vote favorite
1
share [g+] share [fb]

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:

  • SQL code completion
  • Syntax highlighting

Nice to have features:

  • Hibernate integration
  • Database specific options (like query execution plan)

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

link|improve this question

feedback

4 Answers

up vote 7 down vote accepted

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

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

link|improve this answer
+1 for Squirrel which has an hibernate-plugin. – Pascal Thivent Nov 6 '09 at 6:42
1  
Come on, SQuirreL GUI needs a lot of work. But still its good. – Adeel Ansari Nov 6 '09 at 6:45
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.