{"library":"liteque","type":"library","category":null,"description":"Liteque is a simple, typesafe SQLite-based job queue for Node.js, built on better-sqlite3. Version 0.8.0 is the latest stable release; the project follows a regular release cadence. It differentiates from other queues (e.g., Bull, Bee-Queue) by using SQLite as the backing store, eliminating the need for Redis or additional infrastructure. Designed for single-process or embedded use cases, it offers TypeScript-first APIs with Zod schema validation for job data, configurable retries, concurrency control, and lifecycle hooks (onComplete, onError).","language":"javascript","status":"active","version":"0.8.0","tags":["javascript","sqlite","queue","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install liteque","imports":["import { buildDBClient } from 'liteque'","import { Runner } from 'liteque'","import { SqliteQueue } from 'liteque'"]},{"cmd":"yarn add liteque","imports":[]},{"cmd":"pnpm add liteque","imports":[]}],"homepage":"https://github.com/karakeep-app/liteque#readme","github":"https://github.com/karakeep-app/liteque","docs":null,"changelog":null,"pypi":null,"npm":"liteque","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}