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

MySqlPlugin

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

MySql plugin.

interface MySqlPlugin {
enabled?: boolean;
plugin?: string;
version?: string;
}

§Properties

§
enabled?: boolean
[src]

Required. The plugin is active.

§
plugin?: string
[src]

Required. The plugin name.

§
version?: string
[src]

Required. The plugin version.