Skip to main content
Module

x/typeorm/src/index.ts>getManager

Forked from https://github.com/typeorm/typeorm
Latest
function getManager
import { getManager } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Gets entity manager from the connection. If connection name wasn't specified, then "default" connection will be retrieved.

Parameters

optional
connectionName: string = [UNSUPPORTED]

Returns

EntityManager