bun-sqlite-key-value

JSON →
library 1.13.1 ·javascript
verified Jun 7, 2026

bun-sqlite-key-value is a high-performance key-value store (v1.13.1) built on bun:sqlite, optimized for Bun runtime with V8 serialization as a faster JSON alternative. It offers 3-5x speed improvement over other Node.js key-value stores by leveraging Bun's native SQLite bindings and a custom serialization format. Released actively, it provides a simple API for caching and persistent storage with automatic schema management and optional TTL support. It ships with TypeScript types and requires no external SQLite driver, making it a lean choice for Bun projects needing a fast local KV store.