skycap-adapter-memory

In-memory adapter for Skycap (testing/dev only)

Usage no npm install needed!

<script type="module">
  import skycapAdapterMemory from 'https://cdn.skypack.dev/skycap-adapter-memory';
</script>

README

Skycap Memory Adapter (For testing/local dev)

In-memory adapter for skycap. Implements all the required skycap adapter methods, and stores everything in-memory. This adapter is for testing/development, and should NOT be used in production, as there is no persistence.