co-yongoose

0.0.1 • Public • Published

co-yongoose

A mongoose REPL with yield support, based on Co and mongoose-q.

Install

npm install co-yongoose

Usage

$ node --harmony examples/index.js 
> Model loaded:  Post
> post = new Post({title: 'foo'})
> yield post.saveQ()
> yield Post.findQ()

Readme

Keywords

none

Package Sidebar

Install

npm i co-yongoose

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • littlehaker