SqlServerToPostgresConfig
import type { SqlServerToPostgresConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";
Configuration for heterogeneous SQL Server to Cloud SQL for PostgreSQL migrations.
interface SqlServerToPostgresConfig {
postgresDestinationConfig?: PostgresDestinationConfig;
sqlserverSourceConfig?: SqlServerSourceConfig;
}§Properties
§
postgresDestinationConfig?: PostgresDestinationConfig
[src]Optional. Configuration for Postgres destination.
§
sqlserverSourceConfig?: SqlServerSourceConfig
[src]Optional. Configuration for SQL Server source.