ericholiveira / studio

A nodejs framework to create decoupled and scalable applications
MIT License
488 stars 61 forks source link

add mongoose integration #29

Closed ericholiveira closed 8 years ago

AilisObrian commented 8 years ago

is it clear?

ericholiveira commented 8 years ago

No @AilisObrian , i just closed it for a while because i don't want (at this moment,because i dont have enough time) to create a ton of plugins, and it is really easy to use with mongoose. For example a findById can be done as :

Studio(function findFooById(id){ return FooModel.findById(id); });