Better Queue Sqlite Store

JSON →
library 1.0.7 ·javascript
verified Jun 7, 2026

SQLite store adapter for the better-queue task queue library. Version 1.0.7 is the latest stable release. The package provides a persistent store backed by SQLite, enabling queue durability and crash recovery. It integrates with better-queue's store interface and supports concurrency and retries. The package is lightweight and requires only better-queue as a peer dependency. It is suitable for Node.js applications needing a simple, file-based queue with SQL persistence.