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

PostgresToSqlServerConfig

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

Configuration for heterogeneous failback migrations from PostgreSQL to SQL Server.

interface PostgresToSqlServerConfig {
postgresSourceConfig?: PostgresSourceConfig;
sqlserverDestinationConfig?: SqlServerDestinationConfig;
}

§Properties

§
postgresSourceConfig?: PostgresSourceConfig
[src]

Optional. Configuration for PostgreSQL source.

§
sqlserverDestinationConfig?: SqlServerDestinationConfig
[src]

Optional. Configuration for SQL Server destination.