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

PostgresqlSchema

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

PostgreSQL schema.

interface PostgresqlSchema {
postgresqlTables?: PostgresqlTable[];
schema?: string;
}

§Properties

§
postgresqlTables?: PostgresqlTable[]
[src]

Tables in the schema.

§
schema?: string
[src]

Schema name.