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;
}