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

PostgresqlRdbms

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

PostgreSQL database structure.

interface PostgresqlRdbms {
postgresqlSchemas?: PostgresqlSchema[];
}

§Properties

§
postgresqlSchemas?: PostgresqlSchema[]
[src]

PostgreSQL schemas in the database server.