API reference › @evolu/common › local‑first/Db › startDbWorker
function startDbWorker(
self: WorkerSelf<DbWorkerInit>,
): Task<void, never, DbWorkerDeps>;
Defined in: packages/common/src/local-first/Db.ts:201
Starts the platform-agnostic Evolu DbWorker and owns its resources until startup is refused, the worker receives a dispose message, or its Run is aborted.