What problem does it solve?
This Skill helps you quickly find correct MikroORM v7 guidance for designing entities, relationships, queries, migrations, and upgrade paths without manually searching the entire documentation.
Core Features & Use Cases
- Entity Modeling (v7): Understand and implement entity definitions including decorators and the defineEntity/EntitySchema approach.
- Relationships & Loading: Learn one-to-one, one-to-many, many-to-one, many-to-many patterns, reference vs collection loading, and populate strategies.
- Data Access & Advanced Querying: Use the MikroORM EntityManager and the (Kysely-based) query builder concepts, including filters and raw querying.
- Migrations, Seeding, and Configuration: Find how to handle schema generation, migrations, seeding, transactions, caching, embeddables, and inheritance mapping.
- Upgrading v6 to v7: Get guidance on key breaking changes and migration steps.
Quick Start
Ask for MikroORM v7 help with defining an entity relationship and the correct populate strategy for a specific query scenario.