Skip to content

orm

@tsed/mikro-orm

Usage

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

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

Overview

ts
function orm(contextName?: string): MikroORM | undefined;

Description

Get the ORM for the given context name using new inject() function.

Released under the MIT License.