type TransactionState = "pending" | "persisting" | "completed" | "failed";
Defined in: packages/db/src/types.ts:76