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

clarabase

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarabase

Lightweight key-value database

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

ClaraBase

ClaraBase is a simple and lightweight key-value database which can be used to both write to file or save data to memory. You can set your data as a cache or set your full database instance as a cache.

Get started

To get started first install it using npm:

npm i --save clarabase

Then import it:

import Storage from 'clarabase'

You can create a instance of the storage:

const storage = new Storage

For further API visit the Wiki: https://github.com/AdnanBabakan/clarajs/wiki

Keywords

database

FAQs

Package last updated on 16 Sep 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