honker - Postgres NOTIFY/LISTEN for SQLite
SQLite extension that brings durable pub/sub, task queues, and event streams to SQLite by watching the WAL file for ~1ms cross-process notifications. Inserts jobs in the same transaction as business writes for an outbox pattern by default.