Skip to content

Commit a74fffe

Browse files
authored
Merge pull request #76 from Utopiah/patch-1
making the better-queue-sql/better-queue-sqlite dependency explicit
2 parents 58384b8 + 50459eb commit a74fffe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@ var q = new Queue(fn, {
582582
});
583583
```
584584

585+
Note that this requires `better-queue-sql` or `better-queue-sqlite`.
586+
585587
#### PostgreSQL store (`npm install pg`)
586588
```
587589
var q = new Queue(fn, {

0 commit comments

Comments
 (0)