Skip to content

getDatabase

@tsed/cli-plugin-typeorm

Usage

typescript
import { getDatabase } from "@tsed/cli-plugin-typeorm/src/utils/getTypeORMDatabases";

See /packages/cli-plugin-typeorm/src/utils/getTypeORMDatabases.ts.

Overview

ts
function getDatabase(data: GenerateCmdContext): CliDatabases | undefined;

Released under the MIT License.