{"library":"better-queue-sql","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.0.6","tags":["javascript","better","queue","sql","store","plugin"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install better-queue-sql","imports":["var SQLStore = require('better-queue-sql');","var Queue = require('better-queue');","var q = new Queue(fn, { store: { type: 'sql', ... } });"]},{"cmd":"yarn add better-queue-sql","imports":[]},{"cmd":"pnpm add better-queue-sql","imports":[]}],"homepage":"https://github.com/diamondio/better-queue-sql#readme","github":"https://github.com/diamondio/better-queue-sql","docs":null,"changelog":null,"pypi":null,"npm":"better-queue-sql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}