Skip to content
# Function: createPgDumpCommand()

createPgDumpCommand(options): PgDumpCommand

Defined in: packages/ddl-pull-pg-dump/src/index.ts:69

Build the pg_dump command and unredacted argument list for schema pull.

Parameters

options

PgDumpSchemaPullOptions

Returns

PgDumpCommand

Released under the MIT License.