overdrivenpotato / bb8-diesel

bb8 connection manager for Diesel
MIT License
21 stars 12 forks source link

WIP async API #6

Closed smklein closed 3 years ago

smklein commented 3 years ago

Heavily inspired by https://github.com/mehcode/tokio-diesel , this PR attempts to to create an async API around the underlying bb8-based connection pool.

Ideally, this will avoid blocking the calling thread. Work ongoing to test this hypothesis.

smklein commented 3 years ago

I'm abandoning this approach in favor of a new crate; the changes to the API are IMO too significant.

https://github.com/oxidecomputer/async-bb8-diesel