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