node-persist-manager

JSON →
library 2.0.2 ·javascript maintenance
verified Jun 7, 2026

node-persist-manager is a TypeScript-based asynchronous storage manager for Node.js that provides a simple key-value persist layer with a file-based backend. It is designed to be lightweight and easy to use for local data persistence in Node.js applications. The current stable version is 2.0.2, released with a focus on modern Node.js runtimes (v20.19+, v22.13+, v24+). It offers a straightforward API with methods like getItem, setItem, removeItem, and clear, and uses a manager pattern for managing storage contexts. Compared to other packages like node-persist or lowdb, it is largely unmaintained and has a very narrow engine support range, making it risky for production use.