Inheritance in mongoose

后端 未结 5 1183
北海茫月
北海茫月 2021-01-04 01:31

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 mi

5条回答
  •  鱼传尺愫
    2021-01-04 02:28

    You may want to look at using a Mongoose Plugin:

    • http://mongoosejs.com/docs/plugins.html

    A plugin that does what you want 'out of the box' is here:

    • https://github.com/briankircho/mongoose-schema-extend

提交回复
热议问题