Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Installing

Samuel Voeller edited this page Dec 24, 2020 · 2 revisions

Goal of Library: k-value

When creating k-value, the goal was for this package to be as seamless as possible and require very little to be integrated by our end users.

Installation

npm install --save k-value

That's it! You are ready to use our in-memory data storage. Take a look at our examples for more information on how to implement the k-value system.

Persistent Adapters

In order to keep k-value as lightweight as possible, we have multiple persistent adapters that are included in the project but require peer dependencies to keep our footprint minimal. If you wish to use anything past our in-memory storage, you will be required to add the respective third-party dependency to your project with k-value.

You can find more information on adapters at Getting Started with k-value Adapters.