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

PostgresqlTable

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

PostgreSQL table.

interface PostgresqlTable {
postgresqlColumns?: PostgresqlColumn[];
table?: string;
}

§Properties

§
postgresqlColumns?: PostgresqlColumn[]
[src]

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

§
table?: string
[src]

Table name.