kona-mongo

1.0.1 • Public • Published

This kona mixin mounts a mongodb client connection to the abstract controller prototype so you can do mongo queries from controllers and elsewhere.

Example config in config/application.js:

  config.mongo = 'mongodb://localhost:27017/my_app_database';

These details will be passed straight to the mongo native client.

In your controller, you now have a mongo connection checked out from the pool:

var users = yield this.mongo.collection('users');
var user = yield users.findOne({name: /creed/});

Package Sidebar

Install

npm i kona-mongo

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

3.04 kB

Total Files

4

Last publish

Collaborators

  • jbielick