Skip to content

Instantly share code, notes, and snippets.

@houstondapaz
Created September 26, 2019 01:48
Show Gist options
  • Save houstondapaz/d6168fd286789a5ea97c790f26e17e23 to your computer and use it in GitHub Desktop.
Save houstondapaz/d6168fd286789a5ea97c790f26e17e23 to your computer and use it in GitHub Desktop.
access another db on mongodb shell
conn2 = new Mongo( "desitination_server:port")
desti_db = conn2.getDB( "destination_db_name" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment