Closed ericholiveira closed 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); });
is it clear?