Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/index.ts>getMongoManager

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

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

Parameters

optional
connectionName: string = [UNSUPPORTED]

Returns

MongoEntityManager