Function: applyCommitDatabaseSchema()

applyCommitDatabaseSchema(args: { engine: Pick<LixEngine, "sqlite" | "hooks" | "executeSync" | "runtimeCacheRef">; }): void

Apply commit database schema by creating entity views for commits and commit edges.

Parameters

ParameterType
args{ engine: Pick<LixEngine, "sqlite" | "hooks" | "executeSync" | "runtimeCacheRef">; }
args.enginePick<LixEngine, "sqlite" | "hooks" | "executeSync" | "runtimeCacheRef">

Returns

void

ON THIS PAGE