postgresql16RunOperationsStore()
Concrete PG16 adapter. Every mutation is a parameterized transaction with state/body/high-water CAS.
Import
Section titled “Import”import { postgresql16RunOperationsStore } from "@graphrefly/ts/executors/postgresql-run-operations";Signature
Section titled “Signature”function postgresql16RunOperationsStore(client: PostgresqlRunOperationsSqlClient): PostgresqlRunOperationsStore & { install(): Promise<void> }Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | PostgresqlRunOperationsSqlClient | Missing @param client JSDoc. |
Returns
Section titled “Returns”PostgresqlRunOperationsStore & { 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/postgresql-run-operations.ts