clouddatabase

0.0.4 • Public • Published

Rackspace Database as a Service Node.js Bindings

Initial Project to open up the Rackspace DBaaS to Node.js through there API.

Based upon https://github.com/nodejitsu/node-cloudservers as much of the api structure is the same

Installing clouddatabase

  npm install clouddatabase

Getting Started

Before we can do anything with clouddatabase, we have to create a client with valid credentials. Clouddatabase will authenticate for you automatically:

  var clouddatabase = require('clouddatabase');
  var config = {
    auth : {
      username: 'your-username',
      apiKey: 'your-api-key'
    }
  };
  var client = clouddatabase.createClient(config);

/clouddatabase/

    Package Sidebar

    Install

    npm i clouddatabase

    Weekly Downloads

    13

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • markwillis82