nswbmw / koa-mongo

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

Add optional configuration for MongoClient #42

Closed double-m closed 4 years ago

double-m commented 4 years ago

I needed to configure MongoClient with { useUnifiedTopology: true }, so my proposal is to add an optional object to the mongo() constructor.

nswbmw commented 4 years ago

@double-m 👍