nswbmw / koa-mongo

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

Why using generic pool #9

Closed m4nuC closed 5 years ago

m4nuC commented 8 years ago

Isn't this redundant given that MongoClient automatically handles pooling ?

nswbmw commented 5 years ago

Not much difference,use generic-pool is more flexible. I recommend you use mongolass