elefant-tools 0.0.2

A library for doing things like pg_dump and pg_restore, with extra features, and probably more bugs.
Documentation
1
2
3
4
5
6
7
8
9
10
mod connection_pool;
mod parallel_copy_destination;
mod parallel_copy_source;
mod postgres_instance_storage;
mod sequential_copy_destination;
mod sequential_copy_source;
#[cfg(test)]
mod tests;

pub use postgres_instance_storage::PostgresInstanceStorage;