postgresfixture 0.2.3

Easily create and manage PostgreSQL clusters on demand for testing and development.
Documentation
1
2
3
4
5
6
7
8
mod cluster;
mod lock;
mod runtime;
mod util;
mod version;

pub use cluster::{Cluster, ClusterError};
pub use runtime::Runtime;