monk vs mongoose for Mongodb

前端 未结 2 735
独厮守ぢ
独厮守ぢ 2021-01-31 06:53

I\'m learning NodeJs.

To connect to and use MongoDB from NodeJS, I see a lot of examples using either Monk or Mongoose.

Are these two libraries equivalent ? Do t

2条回答
  •  礼貌的吻别
    2021-01-31 07:47

    If you are learning NodeJS and Mongo, you really dont need anything else -- in fact, MongoDB offers a free online class for MongoDB and NodeJS developers. No need for any additional wrappers.

    See https://university.mongodb.com/

提交回复
热议问题