Per eseguire un comando su un altro database sullo stesso server MongoDB, in mongo
shell puoi usare:
db.getSiblingDB('dbname').collection.command()
es:
db.getSiblingDB('test').foo.find()
Per eseguire un comando su un altro database sullo stesso server MongoDB, in mongo
shell puoi usare:
db.getSiblingDB('dbname').collection.command()
es:
db.getSiblingDB('test').foo.find()