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

PostgreSqlSchemaDetails

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

Specific details for a PostgreSql schema.

interface PostgreSqlSchemaDetails {
foreignTablesCount?: number;
postgresqlExtensions?: PostgreSqlExtension[];
}

§Properties

§
foreignTablesCount?: number
[src]

Optional. PostgreSql foreign tables.

§
postgresqlExtensions?: PostgreSqlExtension[]
[src]

Optional. PostgreSql extensions.