markdown Mongo备忘单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Mongo备忘单相关的知识,希望对你有一定的参考价值。

- `show dbs` show all databases
- `use <db>` select a databse
- `show collections` list all the current db collections
- `db.<collection>.find()` query all the documents in current db collection
- `db.<collection>.count()` count all the documents in current db collection
- `db.dropDatabase()` delete current db
- `db.collection.deleteMany(...)` delete documents
- `db.collection.deleteOne(...)` delete a single document

以上是关于markdown Mongo备忘单的主要内容,如果未能解决你的问题,请参考以下文章

golang Mongo Mgo备忘单

markdown Markdown备忘单

markdown Markdown备忘单

markdown Markdown备忘单

markdown Markdown备忘单

markdown Markdown备忘单