I want write a script using node js, which will execute certain raw mongo queries. Is there a way to do that?
Ex: mongoose.exec('db.<collection>.find({})');
Is there a way to achieve something like above?
I want write a script using node js, which will execute certain raw mongo queries. Is there a way to do that?
Ex: mongoose.exec('db.<collection>.find({})');
Is there a way to achieve something like above?