clarabase

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i clarabase

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

9.31 kB

Total Files

9

Last publish

Collaborators

  • adnanbabakan