- mongo存儲(chǔ)的數(shù)據(jù)稱之為文檔,數(shù)據(jù)結(jié)構(gòu)由鍵值(key=>value)對(duì)組成。MongoDB 文檔類似于 JSON 對(duì)象。字段值可以包含其他文檔,數(shù)組及文檔數(shù)組。
- mongo創(chuàng)建數(shù)據(jù)庫(kù)
- mongo創(chuàng)建集合(相當(dāng)于mysql的表)
- mongo插入/操作文檔(相當(dāng)于mysql的數(shù)據(jù))
image.png