sails-forcedotcom

1.0.2 • Public • Published

image_squidhome@2x.png

ForceAdapter

Waterline adapter for Force.com.

Installation

Install from NPM.

$ npm install sails-forcedotcom --save

Sails Configuration

Add the salesforce config to the config/adapters.js file.

Using with Sails v0.9.x

module.exports.adapters = {
  salesforce: {
    module: 'sails-forcedotcom',
    connectionParams: {
      loginUrl: 'http://test.salesforce.com'
    },
    username: '{salesforce username}',
    password: '{salesforce password}' + '{security token}'
  }
}

Package Sidebar

Install

npm i sails-forcedotcom

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

25.6 kB

Total Files

9

Last publish

Collaborators

  • saas-eng