Exemplo n.º 1
0
def get_db(dbname):
    conn = Simple_pymongo(config.mongo['hosts'])
    return conn.__getattr__(dbname)