console log database and collection deletion (#158)
This commit is contained in:
Родитель
abfa79a430
Коммит
82d03c9c2e
|
@ -59,6 +59,7 @@ async function run() {
|
|||
console.log("//////////////////////////////////");
|
||||
|
||||
await database.delete();
|
||||
console.log("Database and Collection DELETED");
|
||||
console.log("Demo finished");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче