0.5.0 • Published 9 years ago

poseidon-couchbase v0.5.0

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

Poseidon Couchbase

A future wrapper around the Couchbase driver using Poseidon

##Install To get started simply run

npm install poseidon-couchbase

##Using All the normal couchbase methods are supported

Couchbase = require('poseidon-couchbase')
#Couchbase.Driver.configure('default', 'default')
bucket = new Couchbase.Bucket('default')

bucket.set("my_data", { name: "Brett", age:"44"})
.then ->
  bucket.get("my_data")
.then (response) ->
  console.log(response.value)
  # That will be { name: "Brett", age:"44"}
0.5.0

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago