UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.

11 lines (10 loc) 281 B
import * as yargs from "yargs"; /** * Shows typeorm version. */ export declare class VersionCommand implements yargs.CommandModule { command: string; describe: string; handler(): Promise<void>; protected static executeCommand(command: string): Promise<string>; }