@ocap/indexdb-memory
v1.29.24
Published
OCAP indexdb adapter that uses memory as backend, just for test purpose
Downloads
1,593
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();