@arcblock/swap-storage-memory

1.7.1 • Public • Published

@arcblock/swap-storage-memory

styled with prettier

Storage engine that uses memory to store data, implements interfaces defined in @arcblock/swap-storage.

Table of Contents

Install

npm install @arcblock/swap-storage-memory
// or
yarn add @arcblock/swap-storage-memory

Usage

const MemoryStorage = require('@arcblock/swap-storage-memory');

const storage = new MemoryStorage();

(async () => {
  const item = await storage.create({});
})();

Contributors

Name Website
wangshijun https://ocap.arcblock.io

Package Sidebar

Install

npm i @arcblock/swap-storage-memory

Weekly Downloads

0

Version

1.7.1

License

Apache-2.0

Unpacked Size

9.13 kB

Total Files

5

Last publish

Collaborators

  • wangshijun
  • polunzh
  • mave99a
  • gxw