Skip to content

Instantly share code, notes, and snippets.

@glourenco
Created November 27, 2018 15:45
Show Gist options
  • Save glourenco/286b3e2a9806ce08ec571749a8ac3642 to your computer and use it in GitHub Desktop.
Save glourenco/286b3e2a9806ce08ec571749a8ac3642 to your computer and use it in GitHub Desktop.
MongoClient mongoClient = new MongoClient("localhost");
MongoDatabase database = mongoClient.getDatabase("dbname");
MongoCollection collection = database.getCollection("collectionname");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment