Difference between revisions of "DataBasin.app"

From GNUstepWiki
Jump to navigation Jump to search
(created DataBasin entry)
(No difference)

Revision as of 09:16, 7 December 2010

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

currentversion = 0.2

Current Version: {{{currentversion}}}

  • Released: Nov 27, 2010
  • 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. 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
  • Data Operations
    • Insert
    • Query and QueryAll
    • Quick Delete
  • Describe Object (and export to CSV)

Maintainer

Riccardo Mottola

Related Links