MongoDB Driver Quick Tour The following code snippets come from the QuickTour.java example code that can be found with the driver source. Making a Connection To make a connection to a MongoDB, you need to have at the minimum, the name of a database to connect to. The database doesn’t have to exist -if it doesn’t, MongoDB will create it for you. Additionally, you can specify the server address and