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

MysqlDatabase

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

MySQL database.

interface MysqlDatabase {
database?: string;
mysqlTables?: MysqlTable[];
}

§Properties

§
database?: string
[src]

Database name.

§
mysqlTables?: MysqlTable[]
[src]

Tables in the database.