2.0.4 • Published 10 years ago

mesh-mongo-ds-bus v2.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago

mesh-mongodb is a streamable interface for the Mongodb library. See additional action documentation here: http://meshjs.herokuapp.com/docs/database-adapters.

installation

npm install mesh-mongodb

Basic Example:

var mesh = require("mesh");
var mongodb = require("mesh-mongodb");

var db = mongodb("mongodb://localhost:27017/mesh-test");
db(mesh.op("insert", { data: { name: "blarg" }})).on("data", function() {

});

db mongodb(host)

creates a local meshelt database

  • options - options for the local db
    • name - name of db (optional)
    • store - store to use
2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago