Skip to content

markwillis82/clouddatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Rackspace Database as a service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published