Introduction
Migration
Appearance
import { orm } from "@tsed/mikro-orm";
See /packages/orm/mikro-orm/src/types/decorators/orm.ts.
function orm(contextName?: string): MikroORM | undefined;
Get the ORM for the given context name using new inject() function.