ephemeral-postgres 0.1.0

Ephemeral PostgreSQL instances for Rust integration tests, backed by testcontainers (Docker).
Documentation
1
2
3
4
pub mod cluster;
pub mod cluster_params;
pub mod database;
mod wait_until_postgres_admin_pool_ready;