MySQL与MongoDB
Posted Luciferl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL与MongoDB相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章