Please enable JavaScript.
Coggle requires JavaScript to display documents.
mongo - Coggle Diagram
mongo
releases
EOL
1.x
2.x
3.x
previous stable
4.4
4.2
4.0
current stable
5.0
operations
operators
find({"k","v"})
.pretty()
.count()
show
collections
dbs
use
findOne()
.count()
insert({...})
connection
"mongodb://[username:password
]host1[:port1[,...hostN[:portN]][/[defaultauthdb][?options]]"