VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
30 stars 8 forks source link

Document how to customize the mongoose model #91

Closed eric-burel closed 2 years ago

eric-burel commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, if we want to customize the mongoose model generated by "createMongooseConnector", we need to define the Mongoose model using mongoose, with the same name as the VulcanModel name, before calling createMongooseConnector

Describe the solution you'd like

Describe alternatives you've considered