5 releases

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

#2573 in Database interfaces

Download history 147/week @ 2024-03-11 102/week @ 2024-03-18 37/week @ 2024-03-25 72/week @ 2024-04-01 101/week @ 2024-04-08 32/week @ 2024-04-15 58/week @ 2024-04-22 25/week @ 2024-04-29 7/week @ 2024-05-06 15/week @ 2024-05-13 28/week @ 2024-05-20 11/week @ 2024-05-27 15/week @ 2024-06-03 18/week @ 2024-06-10 15/week @ 2024-06-17 41/week @ 2024-06-24

90 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
~132K SLoC