drizzle-uncache

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

A cache adapter for Drizzle ORM that uses unstorage as the backend, allowing you to plug in any unstorage driver (Redis, LRU, filesystem, Cloudflare KV, Upstash, etc.). Version 1.0.0 requires drizzle-orm >=0.45.1 and unstorage >=1.17.3. It implements Drizzle's custom cache interface and provides storage-agnostic caching with per-query TTL overrides, global caching, and debug logging. Unlike driver-specific cache solutions, this package is lightweight and unopinionated about the driver. Known not to support SQLite-based drivers (better-sqlite3, bun-sqlite, etc.) with drizzle-orm 0.45.