@ocap/indexdb-memory

OCAP indexdb adapter that uses memory as backend, just for test purpose

Usage no npm install needed!

<script type="module">
  import ocapIndexdbMemory from 'https://cdn.skypack.dev/@ocap/indexdb-memory';
</script>

README

@ocap/indexdb-memory

styled with prettier

OCAP indexdb adapter that stores data in memory through lokijs

Install

npm install @ocap/indexdb-memory
// or
yarn add @ocap/indexdb-memory

Usage

const MemoryIndexDB = require('@ocap/indexdb-memory');

const indexdb = new MemoryIndexDB();