美文网首页工作生活
mongodb相关库介绍

mongodb相关库介绍

作者: 翟云云 | 来源:发表于2019-07-02 11:27 被阅读0次

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的封装

相关文章

网友评论

    本文标题:mongodb相关库介绍

    本文链接:https://www.haomeiwen.com/subject/ltxzcctx.html