pg_dump and pg_restore, rewritten in Rust. Drop-in compatible, then better.
Early development. See SPEC.md for the roadmap.
cargo build# Show version
pg_plumbing pg-dump --version
# Show help
pg_plumbing pg-dump --help
pg_plumbing pg-restore --helpcargo testRequires a running PostgreSQL instance for integration tests.
MIT