UNPKG
quosdolorem
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
The MongoDB Shell
github.com/MonaGoyette/quosdolorem.git
MonaGoyette/quosdolorem
quosdolorem
/
packages
/
java-shell
/
src
/
test
/
resources
/
db
/
showCollections.js
9 lines
(8 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// before
use
test_show_collections
;
// command
db
.coll
.insertOne
({});
// command
show
collections
;
// clear
db
.coll
.drop
();