apalis-sql

Crates.ioapalis-sql
lib.rsapalis-sql
version1.0.0-rc.2
created_at2021-05-14 15:32:15.677399+00
updated_at2026-01-07 05:40:51.748927+00
descriptionSQL utilities for background job processing with apalis
homepage
repositoryhttps://github.com/apalis-dev/apalis
max_upload_size
id397434
size38,720
Njuguna Mureithi (geofmureithi)

documentation

README

apalis-sql

SQL utilities for background job processing with apalis

Overview

This crate contains basic utilities shared by different sql backed storages.

Backend Crate Docs Features
SQLite apalis-sqlite docs Stable
PostgreSQL apalis-postgres docs Stable
MySQL apalis-mysql docs Stable
SurrealDB apalis-surreal docs Under Development
Diesel Compat apalis-sql docs Under Development

Usage

You should no longer depend on this crate directly, the specific features have been moved eg for sqlite:

[dependencies]
apalis = "1"
apalis-sqlite = "1"

Observability

You can track your jobs using apalis-board. Task

Licence

MIT

Commit count: 628

cargo fmt