File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- <div align =" center " >
2
- <a href="https://github.com/hoarder-app/liteque/actions/workflows/ci.yml">
3
- <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hoarder-app/liteque/ci.yml" />
4
- </a>
5
- <a href="https://github.com/hoarder-app/liteque/releases">
6
- <img alt="GitHub Release" src="https://img.shields.io/github/v/release/hoarder-app/liteque" />
7
- </a>
8
- </div >
9
-
10
1
# Liteque
11
2
3
+ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/hoarder-app/liteque/ci.yml ) ![ NPM Version] ( https://img.shields.io/npm/v/liteque )
4
+
5
+
12
6
A simple typesafe sqlite-based job queue for Node.js.
13
7
14
8
## Installation
@@ -20,7 +14,7 @@ $ npm install liteque
20
14
## Usage
21
15
22
16
``` ts
23
- import { buildDBClient , SqliteQueue } from " liteque" ;
17
+ import { buildDBClient , Runner , SqliteQueue } from " liteque" ;
24
18
import { z } from " zod" ;
25
19
26
20
const db = buildDBClient (" :memory:" , true );
You can’t perform that action at this time.
0 commit comments