db-pool 0.6.0

A thread-safe database pool for running database-tied integration tests in parallel
Documentation
1
2
3
4
5
6
7
#[cfg(any(all(test, feature = "_diesel-async"), feature = "diesel-async-bb8"))]
pub mod bb8;
#[cfg(feature = "diesel-async-deadpool")]
pub mod deadpool;
#[cfg(feature = "diesel-async-mobc")]
pub mod mobc;
pub(in crate::r#async::backend) mod r#trait;