Skip to content
Riccardo edited this page Aug 22, 2020 · 2 revisions

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.

Clone this wiki locally