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

Datasource

import type { Datasource } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1beta.ts";

A data source that backs Firebase Data Connect services.

interface Datasource {
postgresql?: PostgreSql;
}

§Properties

§
postgresql?: PostgreSql
[src]

PostgreSQL configurations.