Jenna Korobova
Jenna Korobova
Hi all, Is it possible in RMongo to query against a non-admin authentication database? I had this issue with mongolite as well, and tried using RMongo as a solution, and...
I tried: > `dbGetQuery(my_coll, collec, '{}')`, where my_coll is the mongo connection using mongolite and collec is the collection name. The goal of this was to do sort of an...
Resolved, thank you for your help!
Not sure how to resolve in RMongo, but in mongolite, the mongo() must have a database and a collection as parameters, whereas the URL that mongo() takes in uses the...