# [**@ocap/indexdb-memory**](https://github.com/arcblock/blockchain)

[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

> OCAP indexdb adapter that stores data in memory through lokijs

## Install

```sh
npm install @ocap/indexdb-memory
// or
yarn add @ocap/indexdb-memory
```

## Usage

```js
const MemoryIndexDB = require('@ocap/indexdb-memory');

const indexdb = new MemoryIndexDB();
```
