UNPKG

@arturwojnar/hermes-postgresql

Version:

Production-Ready TypeScript Outbox Pattern for PostgreSQL

18 lines 419 B
const commitTransaction = async (transaction) => { try { for (const result of transaction.results) { try { } catch (error) { console.log('IO'); throw error; } } } catch (error) { console.log('IO'); throw error; } }; export { commitTransaction }; //# sourceMappingURL=commitTransaction.js.map