@ocap/indexdb-memory
v1.30.24
Published
OCAP indexdb adapter that uses memory as backend, just for test purpose
Readme
@ocap/indexdb-memory
OCAP indexdb adapter that stores data in memory through lokijs
Install
npm install @ocap/indexdb-memory
// or
bun install @ocap/indexdb-memoryUsage
const MemoryIndexDB = require('@ocap/indexdb-memory').default;
const indexdb = new MemoryIndexDB();