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.