typed-mongo

JSON →
library 0.0.7 ·javascript
verified Jun 5, 2026

typed-mongo (v0.0.7) is a minimal, strongly-typed wrapper for the MongoDB Node.js driver that provides type inference for collection operations and declarative index management. Unlike ORMs like Mongoose, it adds negligible overhead and no custom schema definitions—just TypeScript types. Released under MIT, it requires Node >=22 and peer dependency mongodb ^6.0.0. Primary differentiators: zero-cost abstractions, automatic type safety for queries and projections, and index syncing without schema definitions.