Run »
×
Change Orientation
import pymongo myclient = pymongo.MongoClient("mongodb://localhost:27017/") mydb = myclient["mydatabase"] mycol = mydb["customers"] x mycol.find_one() print(x)
{'_id': 1, 'name': 'John', 'address': 'Highway37'}
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit