Skip to content
Clay driver to store data on memory.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ci
doc
example
lib
test
.LICENSE.bud
.README.md.bud
.gitignore
.npmignore
.travis.yml
LICENSE
README.md
jsdoc.json
package-lock.json
package.json

README.md

clay-driver-memory

Build Status npm Version JS Standard

Clay driver to store data on memory.

Installation

$ npm install clay-driver-memory --save

Usage

'use strict'

const { MemoryDriver } = require('clay-driver-memory')

{
  const clayLump = require('clay-lump')
  let lump01 = clayLump({
    driver: new MemoryDriver({})
  })
  /* ... */
}

API

clay-driver-memory@4.1.20

Clay driver to store data on memory.

Functions

create(args) -> MemoryDriver

Create driver instance

Param Type Description
args *

MemoryDriver Class

Driver to store data on memory

Extends:

  • Driver

new MemoryDriver()

Constructor of MemoryDriver class

License

This software is released under the Apache-2.0 License.

Links

You can’t perform that action at this time.