Admit One Mongo
Admit One adapter for MongoDB.
Install
npm install admit-one admit-one-mongo
Usage
var admit = 'mongo' mongo: db: 'mongodb://localhost/dbname' ;
Once you have created an instance, see the main Admit One page for details on how to set up your routes with Express.
API
admit([options])
options.mongo.db
Type: String
Default: undefined
options.mongo.collection
Type: String
Default: 'users'
License
This project is distributed under the MIT license.