generator-api icon indicating copy to clipboard operation
generator-api copied to clipboard

Add example of facade use case

Open gillchristian opened this issue 8 years ago • 2 comments

As stated in #38 an example of the facade use cases would be helpful.

gillchristian avatar Jul 03 '17 14:07 gillchristian

the facade pattern is designed to be a wrapper around mongoose, so all things related to the DB like populating, querying, sorting mongoose docs should be here, note that you can reference other models from each model if necessary. I will update the example project to have some descriptive facade methods.

ndelvalle avatar Jul 07 '17 04:07 ndelvalle

I am new to Facade and Mongoose. Would you give me a code sample of how to validate a collection before creating it?

andy2ndlife avatar Feb 18 '19 10:02 andy2ndlife