49 releases
Uses new Rust 2024
| new 1.0.0-rc.2 | Jan 7, 2026 |
|---|---|
| 1.0.0-rc.1 | Dec 23, 2025 |
| 1.0.0-beta.2 | Nov 26, 2025 |
| 0.7.4 | Nov 18, 2025 |
| 0.2.0 | May 14, 2021 |
#1280 in Asynchronous
13,354 downloads per month
Used in 9 crates
(5 directly)
385KB
7K
SLoC
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.

Licence
MIT
Dependencies
~2.2–4MB
~70K SLoC