This is a module to simplify connecting to a couchbase bucket from within an express application.
Usage:
var express = require('express'),
couchbase = require('express-couchdb'),
app = express()
;
app.use(couchbase({ host: '127.0.0.1', bucket: 'my_fancy_bucket' }));
Note:
host
will default to localhost
bucket
will default to default
Version | Tag | Published |
---|---|---|
0.0.1 | latest | 7yrs ago |