Datasource
import type { Datasource } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
A data source that backs Firebase Data Connect services.
interface Datasource {
postgresql?: PostgreSql;
}§Properties
§
postgresql?: PostgreSql
[src]PostgreSQL configurations.