Type Alias SqliteLockAdapterSettings

SqliteLockAdapterSettings: {
    database: ISqliteDatabase;
    expiredKeysRemovalInterval?: TimeSpan;
    shouldRemoveExpiredKeys?: boolean;
    tableName?: string;
}

IMPORT_PATH: "@daiso-tech/core/lock/adapters"