@arcblock/swap-storage-nedb
v1.7.1
Published
Storage engine that uses mongodb for atomic swap
Downloads
78
Readme
@arcblock/swap-storage-nedb
Storage engine that uses nedb to store data, implements interfaces defined in
@arcblock/swap-storage
.
Table of Contents
Install
npm install @arcblock/swap-storage-nedb
// or
yarn add @arcblock/swap-storage-nedb
Usage
const DiskStorage = require('@arcblock/swap-storage-nedb');
const storage = new DiskStorage({
dbPath: '/path/to/swap.db',
});
(async () => {
const item = await storage.create({});
})();
Contributors
| Name | Website | | -------------- | -------------------------- | | wangshijun | https://ocap.arcblock.io |