mikro-orm-arp

JSON →
library 1.0.6 ·javascript
verified Jun 5, 2026

Active Record(-ish) Pattern for Mikro-ORM (v1.0.6). Adds repository methods (findOne, create, persist, flush, getRepo) directly as static methods on entities, eliminating the need to manually retrieve the entity manager or repository. Designed for @mikro-orm/core ^4.0.0-rc.4. Alternative to Data Mapper pattern; opinionated and lightweight. Low release cadence (no recent updates). Ships TypeScript declarations.