C'è un exists()
funzione che potresti utilizzare per determinare se eseguire o meno il codice che si blocca.
> db.getCollection('hello').exists()
null
> db.getCollection('world').exists()
{ "name" : "testdb.world" }
C'è un exists()
funzione che potresti utilizzare per determinare se eseguire o meno il codice che si blocca.
> db.getCollection('hello').exists()
null
> db.getCollection('world').exists()
{ "name" : "testdb.world" }