lilqueue-seaorm
SeaORM SQLite adapter for lilqueue.
This crate provides SeaOrmQueue, which implements lilqueue's JobQueue,
LockableQueue, RetryableQueue, and dashboard data traits using a SeaORM
SQLite connection.
use ;
use ;
let db = connect.await?;
let queue = new.await?;
let processor = new;
Keep this adapter separate from lilqueue-seekwel; SeaORM/sqlx and
Seekwel/rusqlite use different SQLite bindings and should not be linked into the
same package unless your dependency graph resolves that explicitly.