Function: uuidV7Sync()

uuidV7Sync(args: { engine: Pick<LixEngine, "executeSync" | "hooks" | "runtimeCacheRef">; }): string

Sync variant of uuidV7. See uuidV7 for behavior and examples.

Parameters

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

Returns

string

Remarks

  • Accepts { engine } (or { lix }) and runs next to SQLite.
  • Intended for engine/router and UDFs; app code should use uuidV7.

See

uuidV7