Skip to content

Instantly share code, notes, and snippets.

@trishagee
Created May 6, 2014 17:58
Show Gist options
  • Save trishagee/5e35e08ea414c5cc38e3 to your computer and use it in GitHub Desktop.
Save trishagee/5e35e08ea414c5cc38e3 to your computer and use it in GitHub Desktop.
MongoClient mongoClient = new MongoClient();
DB database = mongoClient.getDB("Examples");
DBCollection collection = database.getCollection("people");
collection.insert(person);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment