Function createAccountEntityHistoryDAL
 
- createAccountEntityHistoryDAL<T>(path: string, type: IndexableEntityType, caseSensitive?: boolean, options?: Partial<EntityStorageOptions<T>>, name?: string): AccountEntityHistoryStorage<T>
- 
Parameters
- 
path: string
- 
- 
caseSensitive: boolean = true
- 
Optionaloptions: Partial<EntityStorageOptions<T>>
- 
name: string = ...
 
 
 
 
 
Path to the database.