OptionalenableTransactions?: booleanOptionalexpiredKeysRemovalInterval?: ITimeSpanThe Kysely database instance typed with the required lock table.
OptionalshouldRemoveExpiredKeys?: booleanWhen true, a background task periodically removes expired lock records.
Set to false to disable automatic cleanup.
Configuration for
KyselyLockAdapter. Requires a Kysely database instance with the lock schema applied.IMPORT_PATH:
"@daiso-tech/core/lock/kysely-lock-adapter"