UNPKG

@mwcp/kmore

Version:

midway component for knex, supports declarative transaction and OpenTelemetry

6 lines 224 B
import type { Context } from '@mwcp/share'; /** * Rollback or Commit all uncommitted transaction */ export declare function processUnCommittedTransaction(ctx: Context): Promise<void>; //# sourceMappingURL=database.d.ts.map