@convector/convector-core-storage

Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one

Usage no npm install needed!

<script type="module">
  import convectorConvectorCoreStorage from 'https://cdn.skypack.dev/@convector/convector-core-storage';
</script>

README

Convector Base Storage

This module contains the storage interface to be used by any other final storage layer. This is necessary to keep the model invocation agnostic, and be able to provide different implementations based on the environment.

Create a new implementation by extending this one and implementing the corresponding methods. Make sure to assign your implementation instance to the BaseStorage.current property, that's how a model interact with your code.