0.5.4 • Published 5 years ago

@ocap/adapter-nedb v0.5.4

Weekly downloads
22
License
Apache-2.0
Repository
github
Last release
5 years ago

@ocap/adapter-nedb

styled with prettier

OCAP Adapter that stores data to the disk through nedb

Table of Contents

Install

npm install @ocap/adapter-nedb
// or
yarn add @ocap/adapter-nedb

Usage

const NedbAdapter = require('@ocap/adapter-nedb');

const storage = new NedbAdapter({
  dataDir: os.tmpdir(),
  chainId: 'demo-chain',
});

Contributors

NameWebsite
wangshijunhttps://www.arcblock.io
0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.0

5 years ago

0.5.1

5 years ago

0.4.11

5 years ago

0.4.10

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.0

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago