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

MysqlDatabaseDeployment

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

Specific details for a Mysql database deployment.

interface MysqlDatabaseDeployment {
plugins?: MySqlPlugin[];
properties?: MySqlProperty[];
resourceGroupsCount?: number;
variables?: MySqlVariable[];
}

§Properties

§
plugins?: MySqlPlugin[]
[src]

Optional. List of MySql plugins.

§
properties?: MySqlProperty[]
[src]

Optional. List of MySql properties.

§
resourceGroupsCount?: number
[src]

Optional. Number of resource groups.

§
variables?: MySqlVariable[]
[src]

Optional. List of MySql variables.