1.0.7 • Published 2 years ago

better-queue-sqlite v1.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

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!

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago