5 releases
0.2.1 | Aug 27, 2021 |
---|---|
0.2.0 | Mar 17, 2020 |
0.1.3 | Mar 17, 2020 |
#2573 in Database interfaces
90 downloads per month
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