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:
[]
= "1"
= "1"
Observability
You can track your jobs using apalis-board.

Licence
MIT