5 releases

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

#2349 in Database interfaces

Download history 68/week @ 2023-11-27 74/week @ 2023-12-04 143/week @ 2023-12-11 124/week @ 2023-12-18 122/week @ 2023-12-25 76/week @ 2024-01-01 234/week @ 2024-01-08 191/week @ 2024-01-15 48/week @ 2024-01-22 116/week @ 2024-01-29 110/week @ 2024-02-05 61/week @ 2024-02-12 90/week @ 2024-02-19 111/week @ 2024-02-26 137/week @ 2024-03-04 58/week @ 2024-03-11

398 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–14MB
~131K SLoC