UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.

14 lines (13 loc) 313 B
/** * Generates a new subscriber. */ export declare class SubscriberCreateCommand { command: string; describe: string; builder(yargs: any): any; handler(argv: any): Promise<void>; /** * Gets contents of the entity file. */ protected static getTemplate(name: string): string; }