Hello I need to inherit my schemas in mongoose library. Are there complete plugins for that? Or how should I do that myself?
I need to inherit all pre, post, init middleware from a Base schema also.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may want to look at using a Mongoose Plugin:
A plugin that does what you want ‘out of the box’ is here: