cache-manager-sqlite

JSON →
library 0.2.0 ·javascript
verified Jun 7, 2026

An SQLite-based store for node-cache-manager, version 0.2.0. Provides async SQLite caching using the sqlite3 package with support for WAL mode, allowing safe multiprocess cache sharing. Features optimized mset/mget, CBOR or JSON serialization (default CBOR), custom serializers, and automatic smart purging. It offers better resilience and performance compared to filesystem-based stores like node-cache-manager-fs-binary, benefiting from SQLite's ACID properties and faster local storage. The package has 100% test coverage and requires Node 14+.