Difference between revisions of "DataBasin.app"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
shortdescription = DataBasin is a data access tool and for SalesForce.com based on the SOAP API interfaces.| | shortdescription = DataBasin is a data access tool and for SalesForce.com based on the SOAP API interfaces.| | ||
− | currentversion = [http://savannah.nongnu.org/download/gap/DataBasin-0. | + | currentversion = [http://savannah.nongnu.org/download/gap/DataBasin-0.8.tar.gz 0.8] | |
− | releasedate = | + | releasedate = January 09, 2015 | |
license = DataBasin: GPL / Soap Core: LGPL v3+ | | license = DataBasin: GPL / Soap Core: LGPL v3+ | | ||
Line 14: | Line 14: | ||
To connect to SFDC, DataBasin uses the WebServices exposed by the SFDC API and exposes them as methods of the DBSoap class. | To connect to SFDC, 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 | + | To send and receive the SOAP messages, DB uses the WebServices (GSWS) available from GNUstep libraries and which is a mandatory requisite. |
| | | | ||
Revision as of 09:17, 11 January 2015
DataBasin is a data access tool and for SalesForce.com based on the SOAP API interfaces.
Current Version: 0.8
- Released: January 09, 2015
- Licensed: DataBasin: GPL / Soap Core: LGPL v3+
Overview
DataBasin is a tool to access and work with SalesForce.com. It allows to perform queries remotely, export and import data.
To connect to SFDC, 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 WebServices (GSWS) available from GNUstep libraries and which is a mandatory requisite.
Features
- Reusable core library
- Session and User inspectors
- connect via http or https
- Data Operations
- Insert
- Query and QueryAll
- Quick Delete
- execute select on records identified by Id or Unique identifier
- Describe Object (and export to CSV)
- Table based object-inspector
Maintainer
Riccardo Mottola
Related Links