Skip to content
PACKAGES

postgresql16ManagedCloudControlStore()

Concrete PostgreSQL-16 adapter: every lifecycle mutation is one parameterized transaction/CAS.

import { postgresql16ManagedCloudControlStore } from "@graphrefly/ts/executors/managed-cloud-postgresql";
function postgresql16ManagedCloudControlStore(client: ManagedCloudPostgresqlSqlClient): ManagedCloudPostgresqlControlStoreDriver & { install(): Promise<void> }
ParameterTypeDescription
clientManagedCloudPostgresqlSqlClientMissing @param client JSDoc.

ManagedCloudPostgresqlControlStoreDriver & { install(): Promise<void> }

This page was generated from source JSDoc, but the structured API tags are incomplete:

  • Missing @returns.
  • Missing @param client.
  • Missing @category.
  • Missing @example.

packages/ts/src/executors/managed-cloud-postgresql.ts