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

PostgresqlObjectIdentifier

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

PostgreSQL data source object identifier.

interface PostgresqlObjectIdentifier {
schema?: string;
table?: string;
}

§Properties

§
schema?: string
[src]

Required. The schema name.

§
table?: string
[src]

Required. The table name.