tower-mongodb-adapter

0.1.0pre • Public • Published

Tower MongoDB Adapter

Installation

$ npm install tower-mongodb-adapter

Examples

Selecting records:

var mongodb = require('tower-mongodb-adapter');

mongodb.query()
  .select('post')
  .all(function(err, records){

  });

See tower-query for more examples.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i tower-mongodb-adapter

Weekly Downloads

3

Version

0.1.0pre

License

none

Last publish

Collaborators

  • viatropos