Skip to content
PACKAGES

postgresql16RunOperationsStore()

Concrete PG16 adapter. Every mutation is a parameterized transaction with state/body/high-water CAS.

import { postgresql16RunOperationsStore } from "@graphrefly/ts/executors/postgresql-run-operations";
function postgresql16RunOperationsStore(client: PostgresqlRunOperationsSqlClient): PostgresqlRunOperationsStore & { install(): Promise<void> }
ParameterTypeDescription
clientPostgresqlRunOperationsSqlClientMissing @param client JSDoc.

PostgresqlRunOperationsStore & { 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/postgresql-run-operations.ts