mesh-mongodb is a streamable interface for the Mongodb library. See additional operation documentation here: http://meshjs.herokuapp.com/docs/database-adapters.
installation
npm install mesh-mongodb
Basic Example:
var mesh = ;var mongodb = ; var db = ;;
db mongodb(host)
creates a local meshelt database
options
- options for the local dbname
- name of db (optional)store
- store to use