sfackler / r2d2

A generic connection pool for Rust
Apache License 2.0
1.51k stars 82 forks source link

Mongodb official backend release deprecates r2d2-mongodb #106

Closed Ben-PH closed 4 years ago

Ben-PH commented 4 years ago

As per the r2d2-mongodb readme, we now have a crate that is officially supported and handles connection pool internally. PR #105 updates this in the README, however there may need to be other work done.

I don't know the internal workings of this crate. If r2d2 only refers to r2d2-mongodb in the README, then approving #105, or similar action, will resolve this issue.

sfackler commented 4 years ago

Fixed in #105