cachified-adapter-sqlite

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

SQLite adapter for @epic-web/cachified, version 1.1.0, allowing use of SQLite as a cache backend for the caching library. Supports multiple SQLite libraries: better-sqlite3, sqlite, sqlite3, bun:sqlite, and node:sqlite. It provides separate subpath exports for each SQLite driver, ensuring type-safety with TypeScript. The adapter simplifies integration by handling table creation and cache operations. Key differentiator: compatibility with a wide range of SQLite drivers, while the base @epic-web/cachified only provides in-memory and Redis adapters out of the box. Regular updates follow the host library's release cadence.