Skip to main content

Crate libpgdump

Crate libpgdump 

Source

Re-exports§

pub use dump::Dump;
pub use entry::Entry;
pub use error::Error;
pub use error::Result;
pub use format::custom::Blob;
pub use header::Header;
pub use types::BlockType;
pub use types::CompressionAlgorithm;
pub use types::Format;
pub use types::ObjectType;
pub use types::OffsetState;
pub use types::Section;
pub use version::ArchiveVersion;

Modules§

compress
constants
dump
entry
error
format
header
io
types
version

Functions§

load
Load a PostgreSQL custom format dump file.
new
Create a new empty dump.