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

PostgresHomogeneousConfig

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

Configuration for PostgreSQL to PostgreSQL migrations.

interface PostgresHomogeneousConfig {
isNativeLogical?: boolean;
maxAdditionalSubscriptions?: number;
}

§Properties

§
isNativeLogical?: boolean
[src]

Required. Whether the migration is native logical.

§
maxAdditionalSubscriptions?: number
[src]

Optional. Maximum number of additional subscriptions to use for the migration job.