MySQL MongoDB
DB DB
table Collections
row Documents
column Field
增
db.tables.insert({})
删
db.tables.remove({})
db.tables.drop({})
改
db.tables.update({},{})
查
db.tables.find({})
MySQL与MongoDB
原文:https://www.cnblogs.com/Lucifer77/p/10658814.html