PostgreSql constructor
PostgreSql({})
Implementation
PostgreSql({
this.cloudSql,
this.database,
this.ephemeral,
this.schemaMigration,
this.schemaValidation,
this.unlinked,
});
PostgreSql({
this.cloudSql,
this.database,
this.ephemeral,
this.schemaMigration,
this.schemaValidation,
this.unlinked,
});