Difference between MongoDB and Mongoose

后端 未结 9 2511
一个人的身影
一个人的身影 2020-12-02 04:52

I wanted to use the mongodb database, but I noticed that there are two different databases with either their own website and installation methods: mongodb and mongoose. So I

9条回答
  •  悲哀的现实
    2020-12-02 05:12

    One more difference I found with respect to both is that it is fairly easy to connect to multiple databases with mongodb native driver while you have to use work arounds in mongoose which still have some drawbacks.

    So if you wanna go for a multitenant application, go for mongodb native driver.

提交回复
热议问题