ts-mongo-orm

JSON →
library 0.1.0 ·javascript
verified Jun 5, 2026

A MongoDB ORM for Node.js and TypeScript (v0.1.0), inspired by ActiveRecord. It provides a type-safe wrapper around MongoDB with decorator-based schema validation using @hapi/joi. The library is under active development (pre-1.0.0) and may have breaking changes. Key differentiators include a separation of document and model classes, fully typed query APIs, and decorators for field validation. Peer dependencies include mongodb, @hapi/joi, and TypeScript >=4.5.5.