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

MySqlSyncConfig

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

MySQL-specific external server sync settings.

interface MySqlSyncConfig {
initialSyncFlags?: SyncFlags[];
}

§Properties

§
initialSyncFlags?: SyncFlags[]
[src]

Flags to use for the initial dump.