*/
public static void main(String[] args) {
// 1. Connect to a database
VFactory factory = new MongoDBVFactory();
VDatabase db = factory.createDatabase();
db.connect("mongomvcc-five-minutes-tutorial");
// Checkout the "master" branch
VBranch master = db.checkout(VConstants.MASTER);
// 2. Put something into the index