Skip to main content
Module

x/typeorm/src/index.ts>getSqljsManager

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

Gets Sqljs entity manager from connection name. "default" connection is used, when no name is specified. Only works when Sqljs driver is used.

Parameters

optional
connectionName: string = [UNSUPPORTED]

Returns

SqljsEntityManager