bulkcache
a bulk resource cache manager
a bulk resource cache manager
Simple global object persistance with Node.js
react remote resource cache
bevacqua's local-storage fork version
A simplified localStorage API that just works
SuperSimpleStorage - A simple persistance layer library to store and retrieve data in Node.js without using a full blown database.
create a link between a JSON object and a file that updates the file anytime a change is made
flexible persistor for recoil
Object oriented js orm and persistence abstraction
This is a durable wrapper for xstate
This is a scalable library for managing state in serverless applications, offering persistence and locking for xState actors.
Locally hosted db engine, for persistance data storage using express and nedb
A simplified localStorage API that just works
Persistence layer middleware for Alveron
Persistance layer middleware for Alveron
Simple way to store persistent data, which does not have size limitations of react-native async-storage.
Node.js module to help you persist configuration in a Redis database
Storage utilities for saving values in browser
An always persisted logging library.
```ts // using node-localstorage as an example import { LocalStorage } from "node-localstorage"; const ls = new LocalStorage("/");