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

MysqlObjectIdentifier

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

Mysql data source object identifier.

interface MysqlObjectIdentifier {
database?: string;
table?: string;
}

§Properties

§
database?: string
[src]

Required. The database name.

§
table?: string
[src]

Required. The table name.