@ocap/adapter-nedb
v0.5.4
Published
OCAP Adapter that uses nedb as backend storage
Readme
@ocap/adapter-nedb
OCAP Adapter that stores data to the disk through nedb
Table of Contents
Install
npm install @ocap/adapter-nedb
// or
yarn add @ocap/adapter-nedbUsage
const NedbAdapter = require('@ocap/adapter-nedb');
const storage = new NedbAdapter({
dataDir: os.tmpdir(),
chainId: 'demo-chain',
});Contributors
| Name | Website | | -------------- | ------------------------- | | wangshijun | https://www.arcblock.io |
