PostgreSql class

Settings for PostgreSQL data source.

Constructors

PostgreSql.new({CloudSqlInstance? cloudSql, String? database, bool? ephemeral, String? schemaMigration, String? schemaValidation, bool? unlinked})
PostgreSql.fromJson(Map json_)

Properties

cloudSql CloudSqlInstance?
Cloud SQL configurations.
getter/setter pair
database String?
Name of the PostgreSQL database.
getter/setter pair
ephemeral bool?
Ephemeral is true if this data connect service is served from temporary in-memory emulation of Postgres.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaMigration String?
Configure how to perform Postgresql schema migration.
getter/setter pair
schemaValidation String?
Configure how much Postgresql schema validation to perform.
getter/setter pair
unlinked bool?
No Postgres data source is linked.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited