Skip to main content
Module

x/typeorm/src/entity-manager/EntityManager.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/entity-manager/EntityManager.ts";

Classes

Entity manager supposed to work with any entity, automatically find its repository and call its methods, whatever entity type are you passing.