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

SqlServerRdbms

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

SQLServer database structure.

interface SqlServerRdbms {
schemas?: SqlServerSchema[];
}

§Properties

§

SQLServer schemas in the database server.