storage-core
v0.7.2
Published
Local storage implementation and storage interfaces
Downloads
8
Readme
Storage Core
In many applications the ability dynamically change storage is a must. This
package provides an class for Storage
and implements a basic local storage
class.
Built with extensibility in mind, you can also implement your owner storage
mount. You need to implement Storage
from storage-core
List of currently supported storage options:
If you have created a storage that implements the Storage class. Please share it on the GitHub repository to have it added to this list.
Usage samples can be found on the repository here.