Is there a way to connect to a specific mongo database (ex. admin), but run queries on a different database? The way we have our mongo set up, is that all users are in admin database, but actual collections are in a different one. If I use mongo shell, I simply do "use anotherdabase".