json_to_relation.mongodb.newMongoColl:
Class that enables the construct "with newMongoColl('myColl')
as coll:" See http://effbot.org/zone/python-with-statement.htm
for explanation
json_to_relation.mongodb.newMongoDB:
Class that enables the construct "with newMongoDB('myDB') as
db:" See http://effbot.org/zone/python-with-statement.htm for
explanation