Classy Mongo

JSON →
library 0.0.14 ·javascript
verified Jun 5, 2026

Classy Mongo (v0.0.14) is a lightweight, class-based ODM for MongoDB, providing a simple way to define models using ES6 classes with property prototypes for schema definition. It offers methods like `findById`, `insertOne`, and static query helpers. Released infrequently, it is a minimal alternative to Mongoose, suitable for small projects or prototypes.