{"library":"cache-manager-sqlite","type":"library","category":null,"description":"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+.","language":"javascript","status":"active","version":"0.2.0","tags":["javascript","cache-manager","sqlite"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cache-manager-sqlite","imports":["const sqliteStore = require('cache-manager-sqlite')","cacheManager.caching({ store: sqliteStore, options: { serializer: 'cbor', ttl: 20 } })","const multiCache = cacheManager.multiCaching([sqliteCache, redisCache])"]},{"cmd":"yarn add cache-manager-sqlite","imports":[]},{"cmd":"pnpm add cache-manager-sqlite","imports":[]}],"homepage":"https://github.com/maxpert/node-cache-manager-sqlite#readme","github":"https://github.com/maxpert/node-cache-manager-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"cache-manager-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}