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
8
#[cfg(feature = "_diesel-async")]
mod diesel;
#[cfg(feature = "_sea-orm")]
pub(in crate::r#async::backend) mod sea_orm;
#[cfg(feature = "_sqlx")]
pub(in crate::r#async::backend) mod sqlx;
#[cfg(feature = "tokio-postgres")]
pub(in crate::r#async::backend) mod tokio_postgres;