syncorm

JSON →
library 0.1.54 ·javascript maintenance
verified Jun 4, 2026

Synchronous ORM for Node.js that loads the entire MySQL database into memory at startup, providing direct JavaScript object access and in-memory manipulation with transactional writes. Version 0.1.54 (last updated ~2016, no recent releases), mostly maintenance status. Key differentiators: synchronous operations (no callbacks/promises), full in-memory caching, one-to-many relations via object linking. Not suitable for large datasets due to memory constraints.