Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PostgresSourceConfig

import type { PostgresSourceConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Configuration for Postgres as a source in a migration.

interface PostgresSourceConfig {
skipFullDump?: boolean;
}

§Properties

§
skipFullDump?: boolean
[src]

Optional. Whether to skip full dump or not.