mongodb:c++實(shí)現(xiàn)的文檔數(shù)據(jù)庫(kù),
開(kāi)源代碼:https://github.com/mongodb/mongo
文檔:https://docs.mongodb.com/
不同語(yǔ)言的驅(qū)動(dòng):https://docs.mongodb.com/ecosystem/drivers/
官方學(xué)習(xí)網(wǎng)站:https://university.mongodb.com/
nodejs驅(qū)動(dòng):使用最新js語(yǔ)法實(shí)現(xiàn)的mongodb的驅(qū)動(dòng),建立在mongodb-core之上
文檔:https://mongodb.github.io/node-mongodb-native/
代碼:https://github.com/mongodb/node-mongodb-native
mongoose:對(duì)象模型,依賴(lài)mongodb-core和官方nodejs驅(qū)動(dòng)
文檔:https://mongoosejs.com/docs/guide.html
代碼:https://github.com/Automattic/mongoose
egg-mongoose:對(duì)mongoose的封裝