MongoORM

JSON →
library 0.0.21 ·javascript
verified Jun 4, 2026

MongoORM is an Object-Document Mapper for MongoDB in Node.js, designed to simplify CRUD operations and schema management. As of version 0.0.21, it's an early-stage library with a class-based approach extending a Document prototype. It provides a declarative schema definition using field types like String and integrates directly with the MongoDB Node.js driver. Compared to Mongoose, it's lighter and more minimal, but lacks maturity and community adoption. Release cadence is irregular; updates are infrequent.