mongoDB相关资源
官方开源库:mongodb (github.com)
MongoDB开源地址:mongodb/mongo: The MongoDB Database (github.com)
MongoDB官网:MongoDB: The Developer Data Platform | MongoDB
MongoDB中文官网:MongoDB中文网 mongodb官网 (p2hp.com)
官方资源和文档:Develop Applications — MongoDB Documentation
中文网:
基于4.2版本的手册:MongoDB中文网
中文社区文档:https://docs.mongoing.com/
中文社区:
MongoDB-全球领先的现代通用数据库 | MongoDB中文社区 (mongoing.com)
4.2中文手册:MongoDB中文手册|官方文档中文版 - MongoDB-CN-Manual (mongoing.com)
图形化工具
教程:
MongoDB 教程 | 菜鸟教程 (runoob.com)
MongoDB 教程|极客教程 (geek-docs.com)
MongoDB与其他数据库或库的字段对比
MongoDB | MySQL | Mongoose |
---|---|---|
database | database | database |
collection | table | schema |
document | row | model |
field | column | entity |
index | index | methods |
primary key | primary key | statics |
无 | table join | virtual |