PostgreSql
import type { PostgreSql } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
Settings for PostgreSQL data source.
interface PostgreSql {
cloudSql?: CloudSqlInstance;
database?: string;
schemaMigration?: "SQL_SCHEMA_MIGRATION_UNSPECIFIED" | "MIGRATE_COMPATIBLE";
schemaValidation?:
| "SQL_SCHEMA_VALIDATION_UNSPECIFIED"
| "NONE"
| "STRICT"
| "COMPATIBLE";
unlinked?: boolean;
}§Properties
§
cloudSql?: CloudSqlInstance
[src]Cloud SQL configurations.
§
schemaMigration?: "SQL_SCHEMA_MIGRATION_UNSPECIFIED" | "MIGRATE_COMPATIBLE"
[src]Optional. Configure how to perform Postgresql schema migration.