db-pool 0.6.0

A thread-safe database pool for running database-tied integration tests in parallel
Documentation
1
2
3
4
#[cfg(any(feature = "_sync-mysql", feature = "_async-mysql"))]
pub mod mysql;
#[cfg(any(feature = "_sync-postgres", feature = "_async-postgres"))]
pub mod postgres;