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:149
Starts the platform-agnostic Evolu DbWorker and owns its resources until the worker receives a dispose message or its Run is aborted.