postgresql16ManagedCloudControlStore()
Concrete PostgreSQL-16 adapter: every lifecycle mutation is one parameterized transaction/CAS.
Import
Section titled “Import”import { postgresql16ManagedCloudControlStore } from "@graphrefly/ts/executors/managed-cloud-postgresql";Signature
Section titled “Signature”function postgresql16ManagedCloudControlStore(client: ManagedCloudPostgresqlSqlClient): ManagedCloudPostgresqlControlStoreDriver & { install(): Promise<void> }Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | ManagedCloudPostgresqlSqlClient | Missing @param client JSDoc. |
Returns
Section titled “Returns”ManagedCloudPostgresqlControlStoreDriver & { install(): Promise<void> }
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@returns. - Missing
@param client. - Missing
@category. - Missing
@example.
Source
Section titled “Source”packages/ts/src/executors/managed-cloud-postgresql.ts