javascript - mongodb (robomongo) different database's connection query -


ok i'm looking best way move around 2 databases within robomongo.

for example i'm filtering 1 database on criterium db.getcollection('test').find({status: "new"}) i'm getting list of records

now i'm getting list of unique parameters of records (some have parameter don't e.g. seconddatabaseid) - can see them in table view of query. , i'd make new query (list query) database condition records on different database.

i'm kind of fresh in playing robomongo don't know if it's doable program or should start playing scripts? i'm looking best way move around 2 databases kind of connected.

robomongo shell-centric tool, means can can in standard mongo shell. believe this answers question how make cross-db queries.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -