sidecarstorage
v0.1.1
Published
Storage data structures
Downloads
14
Readme
SidecarStorage
JavaScript storage data structures with optional persistence
What is SidecarStorage
SidecarStorage provides data structures that offer capabilities expected from typical in-memory database interactions such as text search suggestions.
Alongside these storage focused data structures, optional data persistence using the local file system is provided through a database management system like wrapper object.
DISCLAIMER: Stored data is not encrypted at any point and storage should not be used for any sensitive data!
Installation
sidecarstorage can be installed with nodeJS using the following command
npm i sidecarstorage
Usage
Documentation of the usage can be by opening https://github.com/Neil-Runcie/SidecarStorage/blob/master/doc/index.html in your browser.
