MongoDB Server Version Compatibility
Mongoose relies on the MongoDB Node.js Driver to talk to MongoDB. You can refer to this table for up-to-date information as to which version of the MongoDB driver supports which version of MongoDB.
Below are the semver ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.
- MongoDB Server 2.4.x: mongoose
~3.8
,4.x
- MongoDB Server 2.6.x: mongoose
~3.8.8
,4.x
- MongoDB Server 3.0.x: mongoose
~3.8.22
,4.x
- MongoDB Server 3.2.x: mongoose
>=4.3.0
- MongoDB Server 3.4.x: mongoose
>=4.7.3
当前内容版权归 mongoosejs 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 mongoosejs .