New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clay-driver-memory

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-driver-memory

Clay driver to store data on memory.

latest
Source
npmnpm
Version
4.1.24
Version published
Maintainers
2
Created
Source

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.23

Clay driver to store data on memory.

Functions

create(args) -> MemoryDriver

Create driver instance

ParamTypeDescription
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.

Keywords

ClayDB

FAQs

Package last updated on 22 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts