Skip to main content

install_default_sqlite_backend

Function install_default_sqlite_backend 

Source
pub async fn install_default_sqlite_backend(
    path: impl AsRef<Path>,
) -> Result<Arc<SqliteQueueBackend>, BosonError>
Expand description

Install a new SqliteQueueBackend as the process-global default backend.

§Errors

Propagates errors from SqliteQueueBackend::new.