5 releases

0.2.1 Aug 27, 2021
0.2.0 Mar 17, 2020
0.1.3 Mar 17, 2020

#14 in #r2d2

Download history 15/week @ 2024-07-22 58/week @ 2024-07-29 66/week @ 2024-08-05 107/week @ 2024-08-12 130/week @ 2024-08-19 109/week @ 2024-08-26 40/week @ 2024-09-02 57/week @ 2024-09-09 36/week @ 2024-09-16 79/week @ 2024-09-23 116/week @ 2024-09-30 34/week @ 2024-10-07 19/week @ 2024-10-14 2/week @ 2024-10-21 32/week @ 2024-10-28 66/week @ 2024-11-04

120 downloads per month

MIT license

10KB
158 lines

bb8-diesel allows the bb8 asynchronous connection pool to be used underneath Diesel.

This is currently implemented against Diesel's synchronous API, with calls to tokio::task::spawn_blocking to safely perform synchronous operations from an asynchronous task.

Dependencies

~5–12MB
~131K SLoC