w-orm-mongodb

JSON →
library 1.1.33 ·javascript
verified Jun 5, 2026

An operator for MongoDB in Node.js, providing a simple ORM-like interface for basic CRUD operations (insert, select, save, delete) with support for MongoDB operators like $and, $or, $gt, $lt, $regex, and more. Current stable version is 1.1.33. The package uses an event-driven change monitoring system and offers both ESM and UMD module formats. It is lightweight and minimal compared to full-featured ORMs like Mongoose, focusing on ease of use for small to medium projects. However, it lacks TypeScript support and comprehensive documentation, and the API uses callbacks/promises with minimal error handling.