зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
20 строки
462 B
Plaintext
20 строки
462 B
Plaintext
https://www.mongodb.com/docs/manual/reference/method/js-database/
|
|
|
|
db
|
|
<mydb>.help()
|
|
<mydb>.drop()
|
|
adminCommand({})
|
|
getName()
|
|
getCollectionNames()
|
|
getCollection(collectionName)
|
|
.createCollection
|
|
https://www.studytonight.com/mongodb/collection-create-and-drop-mongodb
|
|
validation...
|
|
.dropDatabase() drop existing db
|
|
.runCommand({...})
|
|
({ serverStatus: 1 }).metrics.apiVersions
|
|
|
|
|
|
show dbs
|
|
use <mydb>
|