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

SqlServerSchema

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

SQLServer schema.

interface SqlServerSchema {
schema?: string;
tables?: SqlServerTable[];
}

§Properties

§
schema?: string
[src]

Schema name.

§

Tables in the schema.