Versions in this module Expand all Collapse all v0 v0.8.3 Feb 14, 2025 v0.8.2 Feb 14, 2025 Changes in this version + func GetDump(db *pgengine.DB, additionalParams ...Parameter) (string, error) + func GetDumpUsingBinary(pgDumpBinaryPath string, db *pgengine.DB, additionalParams ...Parameter) (string, error) + type Parameter struct + func WithExcludeSchema(pattern string) Parameter + func WithSchemaOnly() Parameter