Generic app icon

DataBasin and DataBasinKit

DataBasin is a data access tool for SalesForce.com, DataBasinKit is its underlying API framework

This page is for history only, the projects moved to github: DataBasin and DataBasinKit

Current version: 1.0, released: 2018-07-08

DataBasin is a tool to access and work with SalesForce.com. It allows to perform queries remotely, export and import data.

To connect to Salesforce.com, DataBasin uses the WebServices exposed by the SFDC API and exposes them as methods of the DBSoap class.
To send and receive the SOAP messages, DB uses the websevices (GSWS) available from GNUstep libraries and which is a mandatory requisite.

Access to the SFDC API is provided by the framework DataBasinKit which constitutes the core of DataBasin and is available for building other Salesforce.com connected applications. DataBasinKit allows you to access Salesforce.com from any Objective-C app using GNUstep or on MacOS.

Documentation

Reference Documentation

News

Version 1.0:

Version 0.9:

Version 0.8:

Version 0.7:

Version 0.6:

Version 0.5:

Version 0.4:

Version 0.3:

Version 0.2:

0.3 on Mac: The Object Inspector.
Object Inspector

0.1 on Debian GNU/Linux:
Databasin on Debian

Pre-0.1 release screenshots:

The workspace as running on Macintosh. Visible are the log-in window, the session inspector which gets populated after a successful log-on and the panel to run select queries. In the other screenshot more session information is now shown as well as the update pane.
Databasin workspace Databasin workspace

Version 1.0 (current, released 2018-05-16)

Version 0.9 (old, released 2016-05-16)

Version 0.8 (old, released 2015-01-09)

Version 0.7 (old, released 2014-04-28)

Note: Performance and WebServices frameworks are a requirement to build the DataBasinKit framework as well as to run DataBasin application