Skip to main content
Module

x/typeorm/src/connection/ConnectionManager.ts

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

Classes

ConnectionManager is used to store and manage multiple orm connections. It also provides useful factory methods to simplify connection creation.