5 releases

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

#2676 in Database interfaces

Download history 19/week @ 2024-11-20 26/week @ 2024-11-27 15/week @ 2024-12-04 50/week @ 2024-12-11 19/week @ 2024-12-18 2/week @ 2024-12-25 29/week @ 2025-01-01 40/week @ 2025-01-08 40/week @ 2025-01-15 27/week @ 2025-01-22 13/week @ 2025-01-29 11/week @ 2025-02-05 41/week @ 2025-02-12 11/week @ 2025-02-19 43/week @ 2025-02-26 9/week @ 2025-03-05

105 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
~129K SLoC