temp-postgres 0.1.0

temporary postgres instance meant for unit tests
Documentation
1
2
3
4
5
6
7
8
9
mod kill_on_drop;
pub use kill_on_drop::KillOnDrop;

mod run_command;
pub use run_command::run_command;

mod temp_dir;
pub use temp_dir::TempDir;