Can display but have not yet fetched one

This commit is contained in:
Bel LaPointe
2020-07-13 04:24:48 -06:00
parent 1b051ee1d5
commit 43746485d4
5 changed files with 207 additions and 0 deletions

View File

@@ -20,4 +20,9 @@ mshell() {
--eval "$*"
}
remove() {
mshell \
'db.getSiblingDB("db")["col"].remove({})'
}
export DBURI=${DB_URI:-"mongodb://localhost:$port"}