# Function: pullPostgresDdl()
pullPostgresDdl(
options):Promise<string>
Defined in: packages/ddl-pull-pg-dump/src/index.ts:113
Run pg_dump and return the pulled PostgreSQL schema DDL.
Parameters
options
Returns
Promise<string>