Type alias DataItemDBDriverConfig<ItemType, UniquelyIdentifyingFieldName>
Type declaration
Optional dbSpecificConfig?: Record<string, any>
Optional generateUniqueIdentifier?: ((targetItem) => string)
- (targetItem): string
Returns string
tableName: string
The generic type for a database driver configuration.