MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Was ist der richtige Weg, um MongoDB nach _id mit String abzufragen, indem Sie Python verwenden?

Es sollte sein:

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

BEARBEITEN:Der aktuelle Import ist:from bson.objectid import ObjectId