MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Qual è il modo corretto per interrogare MongoDB per _id usando la stringa usando Python?

Dovrebbe essere:

from pymongo.objectid import ObjectId   
thing = db.things.find_one({'_id': ObjectId('4ea113d6b684853c8e000001') })

EDIT:l'importazione corrente è:from bson.objectid import ObjectId