Skip to content

Instantly share code, notes, and snippets.

@danared
Created April 8, 2015 17:37
Show Gist options
  • Select an option

  • Save danared/594c91f2280e19e49f79 to your computer and use it in GitHub Desktop.

Select an option

Save danared/594c91f2280e19e49f79 to your computer and use it in GitHub Desktop.
>>> client = MongoClient(‘mongodb://no-host.com’)
>>> client
MongoClient('no-host.com', 27017)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment