0.0.2 • Published 8 years ago

lachaise v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

LaChaise

Node JS Wrapper For The Couchbase SDK

#install

npm install lachaise

Usage Example

var LaChaise = require('lachaise');

//config declaration omitted for brevity

var lac = new LaChaise(config);

lac.bucket('my_couchbase_bucket', function(err, bucket) {
    //do something with the bucket
    //like .. bucket.upsert('fake key', {});
});
0.0.2

8 years ago

0.0.1

8 years ago