db-pool 0.6.0

A thread-safe database pool for running database-tied integration tests in parallel
Documentation
1
2
3
4
#[cfg(feature = "_diesel-async")]
pub(in crate::r#async::backend) mod diesel;
#[cfg(feature = "tokio-postgres")]
pub(in crate::r#async::backend) mod tokio_postgres;