//! Bootstrap helper — register `SQLite` backend on the global [`QueueRouter`](boson_core::QueueRouter).
use Path;
use Arc;
use ;
use crateSqliteQueueBackend;
/// Install a new [`SqliteQueueBackend`] as the process-global default backend.
///
/// # Errors
///
/// Propagates errors from [`SqliteQueueBackend::new`].
pub async