PostgreSQL database exporter using pg_dump.
pg_dump
Requires a valid connection string and pg_dump to be available on the system PATH. Supports both file-based and byte-array exports.
Optional
Export the full database to a file at the given path.
Export the full database as raw bytes.
PostgreSQL database exporter using
pg_dump.Requires a valid connection string and
pg_dumpto be available on the system PATH. Supports both file-based and byte-array exports.