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

MysqlTable

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

MySQL table.

interface MysqlTable {
mysqlColumns?: MysqlColumn[];
table?: string;
}

§Properties

§
mysqlColumns?: MysqlColumn[]
[src]

MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.

§
table?: string
[src]

Table name.