Example #1
0
 def connectToDatabase(self):
     """ Connects to the database server."""
     self.graphDb = Graph(self.graphDbURL)
     self.gremlin = Gremlin(self.graphDb)