persistor/data_store library
Classes
- DataStore
- DataStoreConfig
- DualDataStore
- Data can optionally be encrypted. Plaintext vs encrypted data is managed in two different stores, which is abstracted transparently to the data store manager through this implementation.
Typedefs
- DataStoreFactory = DataStore Function(String name, bool encrypted, DataStoreEncrypter encrypter)