Open Source SQL Editors
These are the most useful SQL editors I have settled on after years of using Open Source SQL editors. What do you use?
Also not open source, DbVisualizer (http://www.dbvis.com) has been my primary SQL editor / query tool since moving off Windows as my desktop.
There is a free version, but the paid version has some nice basic charting, and recently a decent explain plan visualizer.
Many of the f/oss SQL tools are coming along, but lack some of the features that the Windows/BI world is accustomed to.
Edit: Link spelling
While they're not open source, I've been EXTREMELY happy with the freeware versions of the TOAD tools that Quest has had out for quite a while now. They have specific versions for each of the major platforms, and the only purchasing the pro versions gives you some advanced import/export functionality, but nothing I haven't been able to accomplish through other means.
On MacOS/MySQL I use Sequel Pro (http://www.sequelpro.com). Stable development is a little slow but the nightlies are fairly stable.
I really wish I could find something like Sequel Pro that worked with PostgreSQL. PgAdmin III is.. functional but weird.
I've been tempted to add support to Sequel Pro myself but I don't know much about ObjC.
Heidi SQL was mentioned in passing in the article, but I wanted to "+1" it. Admittedly it's only MySQL (with some level of MSSQL support now... not sure what that level is) but I do like that it runs fine in Wine and it has a lovely 'find text across server' feature that let's you dig into any database / table that you have access to.
I love squirrel, if anyone is trying it out though just be aware of the default 100 or 1000 row limit. It's great for select statements but don't forget to disable it when running updates on a dataset.
Sequel Pro, the MySQL Workbench, and on Windows, I'm partial to HeidiSQL (oddly, its FOSS, but hasn't been ported to anything other than Windows)
Does anybody know of any pure command-line multi-platform clients?