lachaise

0.0.2 • Public • Published

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', {});
});

Readme

Keywords

none

Package Sidebar

Install

npm i lachaise

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • binaryalchemist