Skip to content
# Function: pullPostgresDdl()

pullPostgresDdl(options): Promise<string&gt;

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

Run pg_dump and return the pulled PostgreSQL schema DDL.

Parameters

options

PgDumpSchemaPullOptions

Returns

Promise<string&gt;

Released under the MIT License.