CodeBrowser / npm / mikro-orm
mikro-orm@7.1.7
// TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.
$ npm install mikro-orm
downloads/wk
748,375
license
MIT
version
7.1.7
published
Jul 17, 2026
What is mikro-orm?
MikroORM is a TypeScript ORM for Node.js that implements Data Mapper, Unit of Work, and Identity Map patterns to manage database interactions across MongoDB, MySQL, PostgreSQL, SQLite, and MariaDB. Developers use it to handle complex object-relational mapping with explicit control over when data is persisted, making it suitable for domain-driven design and applications requiring fine-grained entity management. It also supports vanilla JavaScript projects, providing flexibility beyond TypeScript-only environments.
Keywords
#data-mapper #ddd #entity #identity-map #javascript #js #mariadb #mikro-orm #mongo #mongodb #mysql #orm #postgresql #sqlite #sqlite3 #ts #typescript #unit-of-work
Maintainers
b4nan