UNPKG

typeorm

Version:

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

11 lines (10 loc) 286 B
import type * 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>; }