Package json_to_relation :: Module mongodb
[hide private]
[frames] | no frames]

Module mongodb

source code

Classes [hide private]
  MongoDB
Very simple Python interface to MongoDB.
  newMongoDB
Class that enables the construct "with newMongoDB('myDB') as db:" See http://effbot.org/zone/python-with-statement.htm for explanation
  newMongoColl
Class that enables the construct "with newMongoColl('myColl') as coll:" See http://effbot.org/zone/python-with-statement.htm for explanation
Variables [hide private]
  __package__ = 'json_to_relation'