Storage

interface Storage<T>(source)

Storage provides a way to create StorageConnections that allow read and write a particular type of data. Storage is used to construct DataStore objects, and encapsulates all the specifics of the data format and persistence.

Implementers provide the specifics of how and where the data is stored.

Functions

Link copied to clipboard

Creates a storage connection which allows reading and writing to the underlying storage.

Inheritors

Link copied to clipboard