UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

4 lines (3 loc) 238 B
import type { ColumnConfig, OnDataProcessingResult } from './types.js'; declare const onData: <InsertResult>(columnConfig: ColumnConfig<keyof InsertResult>) => (message: Buffer) => OnDataProcessingResult<InsertResult>; export { onData };