Five days ago I posted I built a transactional outbox toolkit for Node.js — meet eventferry. The pitch was small and specific: Postgres + Kafka, the dual-write bug, a Goldilocks alternative between Debezium and a hand-rolled outbox. The roadmap was a single line — "MySQL, SQL Server, MongoDB are next".

This is the follow-up. Same library, same problem, much wider surface — and a slightly absurd amount of code for one work-week.

Tally as of today:

That last bullet is the one I'm proudest of. I'll come back to it at the end.

What got added (in one breath)