Sequelize Simple Cache

JSON →
library 1.3.5 ·javascript
verified Jun 7, 2026

A transparent, client-side, in-memory caching layer for Sequelize ORM, version 1.3.5. Cache invalidation is time-to-live (TTL) based. Ideal for infrequently updated, frequently read tables with few rows (e.g., configuration data). Works with Sequelize versions 4 and up (tested with 5 and 6), Node >=12, and all Sequelize-supported databases. Differentiates itself by being lightweight and transparent—no API changes required; simply wrap your models. Not suitable for high-write or high-volume scenarios where Redis or Memcached would be better.