Skip to main content
Module

x/typeorm/src/index.ts>getConnectionOptions

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

Reads connection options stored in ormconfig configuration file.

Parameters

optional
connectionName: string = [UNSUPPORTED]

Returns

Promise<ConnectionOptions>