Type Alias SqliteStorageAdapterSettings
SqliteStorageAdapterSettings: { enableTransactions?: boolean; expiredKeysRemovalInterval?: TimeSpan; rootGroup: OneOrMore<string>; serde: ISerde<string>; shouldRemoveExpiredKeys?: boolean; tableName?: string; }