Noboxout ORM (norm)

JSON →
library 0.0.9 ·javascript
verified Jun 5, 2026

Noboxout ORM (norm) v0.0.9 is a Node.js ORM for MySQL with a classical object-oriented inheritance style using node-class. It focuses on transactions and error handling, but only supports MySQL and Memcached backends. The library provides a Norm object for setup, model definition, connection reservation, schema synchronization (destructive only), and error registration. It is in an early stage with no incremental sync and a low release frequency. Compared to alternatives like Sequelize or TypeORM, it lacks features but offers a simpler, transaction-first approach.