Discovery
Back to browse

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.

View source ↗

This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.

Related entries