mysql-kv

JSON →
library 1.7.3 ·javascript
verified Jun 5, 2026

mysql-kv is a Node.js package that implements a key-value store with TTL expiration on top of MySQL. Version 1.7.3 is current, with no major version changes since initial release. It uses a hardcoded table schema and the mysql2 driver for connection pooling. Key differentiators: simple API (get/set/delete/cleanup), automatic expiration cleanup, and support for custom SQL queries. Not suitable for high-throughput or production without careful MySQL schema management.