Download Latest Version cirrostratus_2.0.jar (9.9 MB)
Email in envelope

Get an email when there's a new version of Cirrostratus

Home / 1.6
Name Modified Size InfoDownloads / Week
Parent folder
Cirrostratus_1.6.1_src.zip 2011-09-29 867.8 kB
README 2011-09-29 1.2 kB
cirrostratus_1.6.1.jar 2011-09-29 4.2 MB
cirrostratus_1.6.jar 2011-09-28 4.2 MB
Cirrostratus_1.6_src.zip 2011-09-28 868.6 kB
Totals: 5 Items   10.1 MB 0
Cirrostratus is a lightweight, java based, swing driven SalesForce/Database.com SOQL Editor. Presently it is pretty much "just works". I am hoping to start adding the feature rich toolkits in the upcoming months. 
Enjoy the tool, report any issues or bugs and always remember to promote your Open Source community.

To build, use 'clean assembly:assembly'
to execute, run: java -jar target/cirrostratus.jar
or just double click the jar file


Release 1.6.1
[Cosmetic release only]
Added a logging dialog (not yet active)
Added About Dialog
Changed the SOQL panel to now use a JSplitPanel

Release 1.6
Added the ability for parent->child queries (user optional)
Example:
SELECT Name,  (SELECT Contact.FirstName, Contact.LastName FROM Account.Contacts) FROM Account 
or
SELECT Name, Owner.Name, Owner.Id , CreatedBy.Name, (SELECT Contact.FirstName, Contact.LastName FROM Account.Contacts) FROM Account 
Added CSV exporter as save button

Release 1.5
Added the ability to select embedded objects (user optional)
Examples are:
SELECT Id, Name, Account.Name FROM Contact 
and 
SELECT Id, Name, Account.Name, Owner.Name FROM Opportunity 

Release 1.4
Added Dialog windows for login and object retrieval (cosmetic only)

Source: README, updated 2011-09-29