MongoDB Save Model To Another Collection

Hello everyone,
Currently we are developing Nodejs project with MongoDB. We have mongoose models, but we need to create and insert data to different collections with same model. How can I solve this issue? Basically, can I use same model to save data to another collections?

1 Like