@ocap/statedb-memory
v1.29.5
Published
OCAP statedb adapter that uses memory as backend statedb, just for test purpose
Readme
@ocap/statedb-memory
OCAP Adapter that stores data to the disk through nedb
Install
npm install @ocap/statedb-memory
// or
bun install @ocap/statedb-memoryUsage
const MemoryStateDB = require('@ocap/statedb-memory').default;
const statedb = new MemoryStateDB();