Difference between revisions of "DataBasin.app"

From GNUstepWiki
Jump to navigation Jump to search
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.2.tar.gz 0.2] |
+
currentversion = [http://savannah.nongnu.org/download/gap/DataBasin-0.4.tar.gz 0.4] |
releasedate = Nov 27, 2010 |
+
releasedate = Nov 02, 2011 |
 
license = DataBasin: GPL / Soap Core: LGPL v3+ |
 
license = DataBasin: GPL / Soap Core: LGPL v3+ |
  
Line 13: Line 13:
 
[[Image:databasin_01_debian.png|thumb|v0.1 session on Debian]]
 
[[Image:databasin_01_debian.png|thumb|v0.1 session on Debian]]
 
To connect to SFDC, DataBasin uses the WebServices exposed by the SFDC API and exposes them as methods of the DBSoap class. Currently not all methods are implemented yet. To send and receive the SOAP messages, DB uses the websevices (GSWS) available from GNUstep libraries and which is a mandatory requisite.
 
To connect to SFDC, DataBasin uses the WebServices exposed by the SFDC API and exposes them as methods of the DBSoap class. Currently not all methods are implemented yet. To send and receive the SOAP messages, DB uses the websevices (GSWS) available from GNUstep libraries and which is a mandatory requisite.
 +
|
  
|
 
  
 
features =  
 
features =  
 
* Reusable core library
 
* Reusable core library
 
 
* Session and User inspectors
 
* Session and User inspectors
 +
* connect via http or https
 
* Data Operations
 
* Data Operations
 
** Insert
 
** Insert
 
** Query and QueryAll
 
** Query and QueryAll
 
** Quick Delete
 
** Quick Delete
 +
** execute select on records identified by Id or Unique identifier
 
* Describe Object (and export to CSV)
 
* Describe Object (and export to CSV)
 
|
 
|

Revision as of 17:59, 2 November 2011

DataBasin is a data access tool and for SalesForce.com based on the SOAP API interfaces.

Current Version: 0.4

  • Released: Nov 02, 2011
  • 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. File:Databasin 01 debian.png To connect to SFDC, DataBasin uses the WebServices exposed by the SFDC API and exposes them as methods of the DBSoap class. Currently not all methods are implemented yet. To send and receive the SOAP messages, DB uses the websevices (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)

Maintainer

Riccardo Mottola

Related Links