Skip to content

Em

@tsed/mikro-orm

Usage

typescript
import { Em } from "@tsed/mikro-orm";

See /packages/orm/mikro-orm/src/types/decorators/entityManager.ts.

Overview

ts
const Em: (contextName?: string) => PropertyDecorator;

Description

Get the entity manager for the given context name.

Released under the MIT License.