Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 237 Bytes

deno_bson

You can find data from mongodb with ObjectId

// find by ObjectId const user1_id = await users.findOne({ _id: new Bson.ObjectId("SOME OBJECTID STRING") });

froked from deno_mongo