Expand description
SQLite QueueBackend for Boson.
Choose at worker boot (Integrating the server). Enable via the boson crate sqlite feature.
§Entry points
SqliteQueueBackend::new/SqliteQueueBackend::connect— open a databaseinstall_default_sqlite_backend— register on the globalQueueRouter
Structs§
- Sqlite
Queue Backend - SQLite-backed queue backend.
Functions§
- install_
default_ sqlite_ backend - Install a new
SqliteQueueBackendas the process-global default backend.