mongodb:c++实现的文档数据库,
开源代码:https://github.com/mongodb/mongo
文档:https://docs.mongodb.com/
不同语言的驱动:https://docs.mongodb.com/ecosystem/drivers/
官方学习网站:https://university.mongodb.com/
nodejs驱动:使用最新js语法实现的mongodb的驱动,建立在mongodb-core之上
文档:https://mongodb.github.io/node-mongodb-native/
代码:https://github.com/mongodb/node-mongodb-native
mongoose:对象模型,依赖mongodb-core和官方nodejs驱动
文档:https://mongoosejs.com/docs/guide.html
代码:https://github.com/Automattic/mongoose
egg-mongoose:对mongoose的封装
网友评论