Humble Node ORM

JSON →
library 0.0.53 ·javascript
verified Jun 4, 2026

A didactic, lightweight ORM for Node.js inspired by Rails' ActiveRecord. Version 0.0.53 is the latest stable release. It supports SQLite via a JSON configuration file, provides basic CRUD operations, associations (belongsTo, hasMany), validations, and a simple migration system. Unlike large ORMs like Sequelize or TypeORM, this package focuses on simplicity and learning, with minimal abstraction. Release cadence is irregular—mainly minor patches. Key differentiator: pure JavaScript, no dependencies, and a single-file approach for learning ORM concepts.