sequelize-transparent-cache

JSON →
library 2.3.0 ·javascript
verified Jun 7, 2026

Abstract, transparent caching layer for Sequelize ORM (v2.3.0). Works with any cache backend via adaptors (ioredis, memcached, etc.). Cached objects are full Sequelize instances preserving model methods. Lightweight with zero additional dependencies. Compatible with Sequelize >=5. Supports automatic cache for findByPk, create, update, destroy, and reload, plus arbitrary query caching with explicit keys.