nswbmw / koa-mongo

MongoDB middleware for koa, support connection pool.
145 stars 31 forks source link

Added ObjectId #23

Closed barbunzel closed 7 years ago

barbunzel commented 7 years ago

Added ObjectId to this.mongo and added sample usage to example.js.

nswbmw commented 7 years ago

I think use _.assign(module.exports, MongoDB); is better, not at this.mongo

barbunzel commented 7 years ago

I see, got it! Thanks!