exists()
があります ハングしたコードを実行するかどうかを決定するために使用できる関数。
> db.getCollection('hello').exists()
null
> db.getCollection('world').exists()
{ "name" : "testdb.world" }
exists()
があります ハングしたコードを実行するかどうかを決定するために使用できる関数。
> db.getCollection('hello').exists()
null
> db.getCollection('world').exists()
{ "name" : "testdb.world" }