A SQL-based store plugin for the better-queue library, enabling persistent queue storage in relational databases. Version 1.0.6 is the latest stable release, though the project appears unmaintained since 2016. It integrates with better-queue's store interface to replace the default in-memory store with SQL backends, allowing queues to survive process restarts. Compared to memory-only stores, it adds durability but requires careful schema management and connection pooling.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Package is CommonJS-only; ESM import is not supported.
Queue comes from better-queue, not this package.
Both patterns work; the inline type is simpler for basic use.
Shows how to create a SQLite-backed queue using better-queue-sql.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.