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

PostgresDestinationConfig

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

Configuration for Postgres as a destination in a migration.

interface PostgresDestinationConfig {
maxConcurrentConnections?: number;
transactionTimeout?: number;
}

§Properties

§
maxConcurrentConnections?: number
[src]

Optional. Maximum number of connections Database Migration Service will open to the destination for data migration.

§
transactionTimeout?: number
[src]

Optional. Timeout for data migration transactions.