Run »
×
Change Orientation
import pymongo myclient = pymongo.MongoClient("mongodb://localhost:27017/") mydb = myclient["mydatabase"] mycol = mydb["customers"] x = mycol.delete_many({}) print(x.deleted_count, "documents deleted")
11 documents deleted.
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit