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

MySqlHomogeneousConfig

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

Configuration for MySQL to MySQL migrations.

interface MySqlHomogeneousConfig {
isPrimaryDestination?: boolean;
}

§Properties

§
isPrimaryDestination?: boolean
[src]

Optional. Whether the destination for the migration job is a primary instance.