0.5.4 • Published 3 years ago

@ocap/adapter-nedb v0.5.4

Weekly downloads
22
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.11

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.0

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago