Skip to content
# Function: buildPgDumpArgs()

buildPgDumpArgs(options): string[]

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

Build schema-only pg_dump arguments from explicit connection and schema options.

Parameters

options

PgDumpSchemaPullOptions

Returns

string[]

Released under the MIT License.