Type Alias SqliteLockAdapterSettings

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

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