Function createRawEntityDAL
- createRawEntityDAL<T>(path: string, type: IndexableEntityType, caseSensitive?: boolean, options?: Partial<EntityStorageOptions<T>>, name?: string): RawEntityStorage<T>
-
Parameters
-
path: string
-
-
caseSensitive: boolean = true
-
Optional
options: Partial<EntityStorageOptions<T>>
-
name: string = ...
Creates a new raw transaction storage for the fetcher.