Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.Global.getEntityManager

import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts"; 

const { getEntityManager } = Mandarine.Global;

Get the entity manager to manipulate the current DB connection

function getEntityManager(): MandarineORM.Entity.EntityManager;
§
getEntityManager(): MandarineORM.Entity.EntityManager
[src]

§Return Type

§
MandarineORM.Entity.EntityManager
[src]