Google fusion tables client for easy and comfortable query prototyping. Find details on the project page.
- Optionally use table names rather than IDs to refence your own fusion tables
- Code completion providing available tables, related columns and sql snippets
- Syntax highlighting pointing out syntactical errors and identifiers where no related table or column exists
- Augmented query syntax covering DROP TABLE and ALTER TABLE/RENAME
- Query history
- CSV export
- Command line mode
Java 7
Using maven or Eclipse (mars) after importing contained projects. Main-Class: org.cg.ftc.ftcClientJava.Client
Editor and auto complete components by Robert Futrell (RSyntaxTextArea)