🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

better-queue-sqlite

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-queue-sqlite

sqlite store for better-queue

1.0.7
latest
Version published
Weekly downloads
123
26.8%
Maintainers
2
Weekly downloads
 
Created

Better Queue - Sqlite Store

A Sqlite store for better-queue.

Getting started

Install this store with npm:

npm install --save better-queue-sqlite

Instantiate it and pass it to the store directly:

var SqliteStore = require('better-queue-sqlite');
var store = new SqliteStore(opts);
var q = new Queue(fn, { store: store })

Examples

Please have a look at the better-queue documentation on how to set up and use stores.

Contributions

Are welcome!

This library was initially made by the awesome team of engineers at Diamond.

If you haven't already, make sure you install Diamond!

FAQs

Package last updated on 13 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts