StoreDirectory typedef

  1. @Deprecated(''' Migrate to `FMTCStore`. This deprecation typedef is provided to ease migration only. It will be removed in a future version. ''')
StoreDirectory = FMTCStore

Equivalent to FMTCStore, provided to ease migration only

The name refers to earlier versions of this library where the filesystem was used for storage, instead of a database.

This deprecation typedef will be removed in a future release: migrate to FMTCStore.

Implementation

@Deprecated(
  '''
Migrate to `FMTCStore`. This deprecation typedef is provided to ease migration
only. It will be removed in a future version.
''',
)
typedef StoreDirectory = FMTCStore;