Skip to content

littlehaker/co-yongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A mongoose REPL with yield support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages